@pondpilot/flowscope-core
    Preparing search index...

    Interface GlobalNode

    interface GlobalNode {
        canonicalName: CanonicalName;
        id: string;
        label: string;
        metadata?: Record<string, unknown>;
        statementRefs: StatementRef[];
        type: NodeType;
    }
    Index

    Properties

    canonicalName: CanonicalName

    Canonical name for cross-statement matching

    id: string

    Stable ID derived from canonical identifier

    label: string

    Human-readable label

    metadata?: Record<string, unknown>

    Extensible metadata

    statementRefs: StatementRef[]

    References to statements that use this node

    type: NodeType

    Node type