Collapsible
ts
type Collapsible = object;Defined in: types.ts:57
Collapsible configuration
Since
1.0.0
Author
Simon Kovtyk
Properties
collapsed?
ts
optional collapsed: boolean;Defined in: types.ts:71
Wether groups are collapsed initially
Since
1.0.0
Author
Simon Kovtyk
enabled?
ts
optional enabled: boolean;Defined in: types.ts:64
Wether collapsible groups are enabled
Since
1.0.0
Author
Simon Kovtyk