Interface IDerivativeGeometryChild

interface IDerivativeGeometryChild {
    children?: DerivativeChild[];
    guid: string;
    hasThumbnail?: string;
    name?: string;
    phaseNames?: string;
    progress?: string;
    properties?: any;
    role: string;
    status: string;
    type: "geometry";
    viewableID?: string;
}

Hierarchy (view full)

Properties

children?: DerivativeChild[]
guid: string
hasThumbnail?: string
name?: string
phaseNames?: string
progress?: string
properties?: any
role: string
status: string
type: "geometry"
viewableID?: string

Generated using TypeDoc