pub const COMMON_PROPS: [&str; 2];Expand description
Optional properties every component carries, whatever its type.
id and component live on Component itself. These two come from the
shared ComponentCommon fragments rather than from any one component’s
definition, so a catalog does not redeclare them per type. (checks is not
here: it belongs only to input components, and is declared on each.)