g3-toolkit API Reference
    Preparing search index...

    Interface ElementAttrs

    Element attrs shape shared by nodes (types[]) and edges (type).

    interface ElementAttrs {
        properties: Record<string, unknown>;
        type?: string;
        types?: string[];
    }
    Index

    Properties

    properties: Record<string, unknown>
    type?: string
    types?: string[]