ExpandableItemProps Interface
Beta
Properties of ExpandableItem component.
Extends
Properties
| Name |
Type |
Description |
|
| hideIndicator |
undefined | false | true |
Describes if expandable item triangle indicator should be hidden. |
|
| history |
undefined | React.ReactNode |
History of the toolbar. |
Deprecated
|
| isActive |
undefined | false | true |
Describes if item is active. |
|
| isDisabled |
undefined | false | true |
Describes if item is disabled. |
|
| onIsHistoryExtendedChange |
undefined | (isExtended: boolean) => void |
Function called when history tray should be extended or shrank. |
Deprecated
|
| panel |
undefined | React.ReactNode |
Panel of the toolbar. |
|
Inherited properties
Defined in
Last Updated:
08 January, 2020