Magidoc

UIComponent
Object

An individual UI component within the manifest, representing a UI element like a menu item, button, or container.

Fields

#

config

Non-null

A list of configuration settings associated with the UI component, allowing for customization of the component's behavior or appearance.

filters

A list of filters that define conditional logic and actions related to the UI component.

id

ID !
Non-null

The unique identifier for the UI component.

parentId

The identifier of the parent UI component, if this component is nested within another.

type

Non-null

The type of the UI component (e.g., "left-menu-item", "button").

Usages

#

References

#