Implements

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>;
} = ...

Type declaration

hooks: {
    afterSave: SequentialHook<IGraphTemplateState, GraphTemplate, IGraphTemplateState>;
    beforeLoad: SequentialHook<IGraphTemplateState, GraphTemplate, IGraphTemplateState>;
} = ...

Type declaration

id: string = ...

Graph template id

nodes: INodeState<unknown, unknown>[]

List of all node states in this graph template

Accessors

Methods