Reference - BaklavaJS
    Preparing search index...

    Class GraphTemplate

    Implements

    Index

    Constructors

    Properties

    connections: IConnectionState[]

    List of all connection states in this graph template

    editor: Editor

    Editor instance

    events: {
        nameChanged: BaklavaEvent<string, GraphTemplate>;
        updated: BaklavaEvent<void, GraphTemplate>;
    } = ...
    hooks: {
        afterSave: SequentialHook<
            IGraphTemplateState,
            GraphTemplate,
            IGraphTemplateState,
        >;
        beforeLoad: SequentialHook<
            IGraphTemplateState,
            GraphTemplate,
            IGraphTemplateState,
        >;
    } = ...
    id: string = ...

    Graph template id

    nodes: INodeState<unknown, unknown>[]

    List of all node states in this graph template

    Accessors

    Methods