Class: AuxiliaryModel
Implements
Constructors
constructor
• new AuxiliaryModel(mode?
, data?
, current?
, children?
)
Parameters
Name | Type | Default value |
---|---|---|
mode | IAuxiliaryBarMode | 'default' |
data | IAuxiliaryData [] | [] |
current? | UniqueId | undefined |
children? | ReactNode | undefined |
Defined in
model/workbench/auxiliaryBar.ts:24
Properties
children
• children: ReactNode
Implementation of
Defined in
model/workbench/auxiliaryBar.ts:21
current
• Optional
current: UniqueId
Implementation of
Defined in
model/workbench/auxiliaryBar.ts:23
data
• data: IAuxiliaryData
[] = []
Implementation of
Defined in
model/workbench/auxiliaryBar.ts:22
mode
• mode: IAuxiliaryBarMode
= 'default'