g3-toolkit API Reference
    Preparing search index...

    Interface NodeEventPayload

    Payload for node events.

    interface NodeEventPayload {
        attributes: NodeAttributes;
        nodeId: string;
    }
    Index

    Properties

    Properties

    attributes: NodeAttributes
    nodeId: string