@twinfinity/core
    Preparing search index...

    Interface SheetDto

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

    interface SheetDto {
        entities: { [id: string]: MarkupEntityDto };
        id: string;
        properties: { [key: string]: string | number | boolean };
        type: Sheet;
    }

    Hierarchy (View Summary)

    Index

    Properties

    entities: { [id: string]: MarkupEntityDto }
    id: string
    properties: { [key: string]: string | number | boolean }
    type: Sheet