@ghsc/nshmp-utils-ts - 4.12.7
    Preparing search index...

    Interface Tree

    interface Tree {
        branches: SourceBranch[];
        id: number;
        name: string;
        setting: TectonicSettings;
        totalMfd: XySequence;
        type: SourceType;
    }
    Index

    Properties

    branches: SourceBranch[]
    id: number
    name: string
    totalMfd: XySequence