foundation-layout.foundationlayout.registereditems
Home > @genesislcap/foundation-layout > FoundationLayout > registeredItems
FoundationLayout.registeredItems() method
Gets all of the currently registered names
Signature:
registeredItems(): string[];
Returns:
string[]
string[] - an item for each registered element currently registered with the layout system
Remarks
You can use this with layoutRequiredRegistrations to work out what items you need to register with registerItem() before loading the layout with loadLayout()