pub const SURFACED_ELSEWHERE: &[&str];Expand description
Components the editor renders somewhere other than as an inspector card, so offering them in “+ Add Component” would be redundant.
This is a presentation concern, not an authorship one: Name is very
much the author’s data, it simply lives in the inspector header. Whether a
component may be authored at all is answered by
ComponentProvenance,
which is declared on the component itself — so engine-written types are
excluded by construction, including ones defined outside this workspace.