Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SerializedAutomatonWithGUI

Interface of serialized automaton data. It's a AutomatonWithGUI variant.

Hierarchy

  • SerializedAutomaton
    • SerializedAutomatonWithGUI

Index

Properties

channels

channels: [name: string, channel: SerializedChannel][]

Channels of the automaton.

curves

curves: SerializedCurve[]

Curves of the automaton.

Optional guiSettings

guiSettings: Partial<GUISettings>

Field that contains GUISettings.

Optional labels

labels: undefined | {}

Labels of the automaton.

resolution

resolution: number

Resolution of the timeline.

version

version: string

Version of the automaton.

Generated using TypeDoc