SNIK Graph - v25.01
    Preparing search index...

    Interface ViewJson

    interface ViewJson {
        graph: {
            elements: { edges?: ElementDefinition[]; nodes?: ElementDefinition[] };
        } & Record<string, any>;
        title: string;
        type: VIEW;
        version: string;
    }
    Index

    Properties

    Properties

    graph: {
        elements: { edges?: ElementDefinition[]; nodes?: ElementDefinition[] };
    } & Record<string, any>
    title: string
    type: VIEW
    version: string