g3-toolkit API Reference
    Preparing search index...

    Interface EdgeAttributes

    Attributes stored on a UGM edge.

    interface EdgeAttributes {
        meta: QualifiedEdgeMeta;
        properties: PropertyMap;
        type: string;
    }
    Index

    Properties

    Properties

    Qualified Edge metadata (provenance, confidence, temporal).

    properties: PropertyMap

    Arbitrary key-value properties.

    type: string

    Edge type label (e.g., "knows", "worksFor").