Interface: ActionBarItemConfig
Defined in: components/ActionBar/types.ts:15
Description
Configuration for a single item displayed within the ActionBar.
Properties
alt?
optionalalt:Element
Defined in: components/ActionBar/types.ts:21
Optional alternate element shown in an "alt" state or modal.
item
item:
ReactNode
Defined in: components/ActionBar/types.ts:16
The renderable content for the item.
key
key:
string
Defined in: components/ActionBar/types.ts:19
Unique identifier for the item.
position
position:
"center"|"left"|"right"
Defined in: components/ActionBar/types.ts:17
The section of the ActionBar where this item should appear.
scale?
optionalscale:boolean
Defined in: components/ActionBar/types.ts:20
Whether the item should scale to fill available space.
title?
optionaltitle:string
Defined in: components/ActionBar/types.ts:18
Optional title used for accessibility or tooltips.