Eulergraph
    Preparing search index...

    Type Alias ParsedVizNode

    type ParsedVizNode = {
        children: string[];
        height: number | null;
        id: string;
        isParent: boolean;
        label: string;
        labelloc: string;
        name: string;
        width: number | null;
        x: number;
        y: number;
    }
    Index

    Properties

    children: string[]
    height: number | null
    id: string
    isParent: boolean
    label: string
    labelloc: string
    name: string
    width: number | null
    x: number
    y: number