Search
Loading...
Skip to content

Interface: ComponentOptions

Represents options for a component.

The ComponentOptions interface provides a set of properties that control the behavior and appearance of a component. These options include settings for the component ID, payload, and focusable state.

Properties#

PropertyTypeDescription
componentIdstringThe unique identifier for the registered component.
payload?anyOptional payload to pass to the component.
focusable?booleanWhether the component should be focusable (default: true)