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

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

    interface LayerProjectionConfig {
        advancedSearchCriteria: TeiaSearchFilter;
        annotation: string;
        displayBackground: boolean;
        displayBorders: boolean;
        fillColor: string;
        fontSize: number;
        id: number;
        lineColor: string;
        lineType: LineType;
        lineWidth: number;
        name: string;
        order: number;
        status:
            | "Completed"
            | "Failed"
            | "Degraded"
            | "InProgress"
            | "ToDo"
            | "Deleted";
    }

    Hierarchy (View Summary)

    Index

    Properties

    advancedSearchCriteria: TeiaSearchFilter
    annotation: string
    displayBackground: boolean
    displayBorders: boolean
    fillColor: string
    fontSize: number
    id: number
    lineColor: string
    lineType: LineType
    lineWidth: number
    name: string
    order: number
    status: "Completed" | "Failed" | "Degraded" | "InProgress" | "ToDo" | "Deleted"