Skip to main content
Version: 1.x

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

common/types.ts:4


data

Optional data: ICollapseItem[]

Defined in

components/collapse/index.tsx:43


role

Optional role: string

Inherited from

HTMLElementProps.role

Defined in

common/types.ts:5


style

Optional style: CSSProperties

Inherited from

HTMLElementProps.style

Defined in

common/types.ts:3


title

Optional title: string

Inherited from

HTMLElementProps.title

Defined in

common/types.ts:2

Methods

onCollapseChange

Optional onCollapseChange(keys): void

Parameters

NameType
keysUniqueId[]

Returns

void

Defined in

components/collapse/index.tsx:44


onResize

Optional onResize(resizes): void

Parameters

NameType
resizesnumber[]

Returns

void

Defined in

components/collapse/index.tsx:45


onToolbarClick

Optional onToolbarClick(item, parentPanel): void

Parameters

NameType
itemIActionBarItemProps<any>
parentPanelICollapseItem

Returns

void

Defined in

components/collapse/index.tsx:46