g3-toolkit API Reference
    Preparing search index...

    Interface NodeAttributes

    Attributes stored on a UGM node.

    interface NodeAttributes {
        properties: PropertyMap;
        types: string[];
    }
    Index

    Properties

    Properties

    properties: PropertyMap

    Arbitrary key-value properties.

    types: string[]

    One or more type labels (e.g., ["Person", "Customer"]).