@twinfinity/core
    Preparing search index...

    Interface AreaDto

    Data transfer object for markup areas, this represents the area data that will be saved to the layer.

    interface AreaDto {
        color: RgbaDTO;
        id: string;
        points: Vertex3[];
        properties: { [key: string]: string | number | boolean };
        type: Area;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color: RgbaDTO
    id: string
    points: Vertex3[]
    properties: { [key: string]: string | number | boolean }
    type: Area