Interface: ICollapseProps
molecule.component.ICollapseProps
Hierarchy
HTMLElementProps
↳
ICollapseProps
Indexable
▪ [key: string
]: any
Properties
className
• Optional
className: string
Inherited from
HTMLElementProps.className
Defined in
data
• Optional
data: ICollapseItem
[]
Defined in
src/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 | Key [] |
Returns
void
Defined in
src/components/collapse/index.tsx:44
onToolbarClick
▸ Optional
onToolbarClick(item
, parentPanel
): void
Parameters
Name | Type |
---|---|
item | IActionBarItemProps <any > |
parentPanel | ICollapseItem |
Returns
void