@moritzbrantner/diagrams - v0.1.1
    Preparing search index...

    Type Alias OrgChartVisibleNode

    type OrgChartVisibleNode = {
        depth: number;
        index: number;
        node: OrgChartNodeData;
        parentNode?: OrgChartNodeData;
        path: string[];
        siblingCount: number;
    }
    Index

    Properties

    depth: number
    index: number
    parentNode?: OrgChartNodeData
    path: string[]
    siblingCount: number