Variable: accordionItemMeta
constaccordionItemMeta:object
Defined in: composites/Accordion/Accordion.tsx:75
Formal semantic identity — AccordionItem (Disclosure entity, single item).
Intentionally has no composition field. Per the §2.3 evidence rule,
composition is declared only when a runtime dispatches on it (DOM
reorder, behavior selection, or coloring). The Accordion host does not
dispatch on composition — items are not reordered, selected, or styled
by it — so attaching a value here would be dead weight. The disclosure's
interactive 'control' is the trigger button, not the item container,
and even on accordionTriggerMeta the value would be unused today; if
a future runtime starts dispatching on it, declare it then.
Type Declaration
displayName
readonlydisplayName:"AccordionItem"='AccordionItem'
entity
readonlyentity:"Disclosure"='Disclosure'
structure
readonlystructure:"root"='root'