Interface: ICollapseProps
molecule.component.ICollapseProps
Hierarchy
HTMLElementProps
↳
ICollapseProps
Indexable
▪ [key: string
]: any
Properties
activePanelKeys
• Optional
activePanelKeys: UniqueId
[]
Defined in
components/collapse/index.tsx:42
className
• Optional
className: string
Inherited from
HTMLElementProps.className
Defined in
data
• Optional
data: ICollapseItem
[]
Defined in
components/collapse/index.tsx:43
role
• Optional
role: string
Inherited from
HTMLElementProps.role
Defined in
style
• Optional
style: CSSProperties
Inherited from
HTMLElementProps.style
Defined in
title
• Optional
title: string
Inherited from
HTMLElementProps.title
Defined in
Methods
onCollapseChange
▸ Optional
onCollapseChange(keys
): void
Parameters
Name | Type |
---|---|
keys | UniqueId [] |
Returns
void
Defined in
components/collapse/index.tsx:44
onResize
▸ Optional
onResize(resizes
): void
Parameters
Name | Type |
---|---|
resizes | number [] |
Returns
void
Defined in
components/collapse/index.tsx:45
onToolbarClick
▸ Optional
onToolbarClick(item
, parentPanel
): void
Parameters
Name | Type |
---|---|
item | IActionBarItemProps <any > |
parentPanel | ICollapseItem |
Returns
void