Interface: ItemOutlineProps
Hierarchy
↳
ItemOutlineProps
Properties
ariaLabel
• Optional
ariaLabel: string
Deprecated
- Use kebab-case aria-label instead Label to be used for accessibility purposes.
Inherited from
SharedComponentProps.ariaLabel
Defined in
packages/ida-framework/src/types.ts:46
children
• Optional
children: ReactNode
| ReactNode
[]
Defined in
packages/ida-framework/src/features/itemOutline/ItemOutline.tsx:21
className
• Optional
className: string
Inherited from
SharedComponentProps.className
Defined in
packages/ida-framework/src/types.ts:48
role
• Optional
role: AriaRole
Inherited from
Defined in
packages/ida-framework/src/types.ts:49
selected
• Optional
selected: boolean
Whether or not the item is selected and should therefore be outlined
Defined in
packages/ida-framework/src/features/itemOutline/ItemOutline.tsx:20
style
• Optional
style: CSSProperties