g3-toolkit API Reference
    Preparing search index...

    Interface ElkJsonEdge

    interface ElkJsonEdge {
        id: string;
        labels?: readonly { text?: string }[];
        sections?: readonly unknown[];
        sources?: readonly string[];
        targets?: readonly string[];
    }
    Index

    Properties

    id: string
    labels?: readonly { text?: string }[]
    sections?: readonly unknown[]
    sources?: readonly string[]
    targets?: readonly string[]