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