AdaCAD Library Documentation - v1.1.4
Github
Preparing search index...
draft/types
InitSystemParams
Interface InitSystemParams
A helper interface that can be passed to on system creation to apply specific settings.
interface
InitSystemParams
{
id
?:
number
;
in_use
?:
boolean
;
name
?:
string
;
notes
?:
string
;
visible
?:
boolean
;
}
Index
Properties
id?
in_
use?
name?
notes?
visible?
Properties
Optional
id
id
?:
number
Optional
in_
use
in_use
?:
boolean
Optional
name
name
?:
string
Optional
notes
notes
?:
string
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
in_
use
name
notes
visible
Github
AdaCAD Library Documentation - v1.1.4
Loading...
A helper interface that can be passed to on system creation to apply specific settings.