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

    Type Alias JssmGraphAliasKey

    JssmGraphAliasKey:
        | JssmGraphDefaultEdgeColor
        | { key: "graph_layout"; value: JssmLayout }
        | { key: "graph_bg_color"; value: JssmColor }
        | { key: "dot_preamble"; value: string }
        | { key: "theme"; value: FslTheme | FslTheme[] }
        | { key: "flow"; value: FslDirection }

    Graph-scope default-config style items folded from the deprecated top-level graph keywords (graph_layout, graph_bg_color, dot_preamble, theme, flow, and the edge-color/edge_color default) into the consolidated graph: {} config. Each carries the legacy parse key so downstream consumers can disambiguate.