JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Type Alias JssmEditorConfig

    Editor/panel defaults an FSL machine declares in an editor: {} block (fsl#1334), read by the all-widgets web control: a stochastic run-count and the panels the machine requests under request panel mode.

    type JssmEditorConfig = {
        panels?: string[];
        stochastic_run_count?: number;
    }
    Index
    panels?: string[]
    stochastic_run_count?: number