g3-toolkit API Reference
    Preparing search index...

    Interface AttributeUpdatePayload

    Payload for attribute-update events.

    interface AttributeUpdatePayload {
        elementId: string;
        elementType: "node" | "edge";
        updatedKeys: string[];
    }
    Index

    Properties

    elementId: string
    elementType: "node" | "edge"
    updatedKeys: string[]