Documentation
    Preparing search index...

    Type Alias GraphNodeEventMapping<T>

    Node event mapping for the graph. It defines the events that can be emitted by a node.

    v0.1.0

    type GraphNodeEventMapping<
        T extends IGraphBaseEntityNode<string, number, Record<string, unknown>>,
    > = {
        nodeUpdated: [T];
    }

    Type Parameters

    Index

    Properties

    Properties

    nodeUpdated: [T]