pointlinejs
    Preparing search index...

    Type Alias ChartStructure

    type ChartStructure = {
        chart: Partial<ChartInterface>;
        nodeStructure: Partial<NodeInterface>;
    }
    Index

    Properties

    Properties

    chart: Partial<ChartInterface>
    nodeStructure: Partial<NodeInterface>