Optional
children?: React.ReactNodeThe children elements to be rendered inside the component.
The unique identifier for the component.
Flag indicating if the component is being viewed on a mobile device.
Optional
keyboardFlag indicating if the keyboard is being used for navigation.
Optional
onCallback function that is called when the component is initialized.
Flag indicating if the component is selected.
Optional
translations?: Record<string, unknown>Custom translations for the component.
The ID of the currently active descendant element for ARIA accessibility.