Skip to main content

Interface: InitSystemParams

Defined in: draft/types.ts:149

A helper interface that can be passed to on system creation to apply specific settings.

Properties

id?

optional id: number

Defined in: draft/types.ts:150


in_use?

optional in_use: boolean

Defined in: draft/types.ts:154


name?

optional name: string

Defined in: draft/types.ts:151


notes?

optional notes: string

Defined in: draft/types.ts:152


visible?

optional visible: boolean

Defined in: draft/types.ts:153