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

Properties

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