Documentation - v19.9.0-dev
    Preparing search index...

    A layer associates a selection of object with a style to create multiple configurations in one plan configuration

    interface LayerPlanConfig {
        annotations: FloorPlanAnnotation[];
        id: number;
        lineColor: string;
        lineType: FloorPlanLineType;
        lineWidth: number;
        name: string;
        order: number;
        rule: TeiaSearchFilter;
        status: "Completed" | "Failed" | "Degraded" | "InProgress" | "ToDo";
    }

    Hierarchy (View Summary)

    Index

    Properties

    annotations: FloorPlanAnnotation[]
    id: number
    lineColor: string
    lineWidth: number
    name: string
    order: number
    status: "Completed" | "Failed" | "Degraded" | "InProgress" | "ToDo"