@twinfinity/core
    Preparing search index...

    Interface EntityBaseDto

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

    interface EntityBaseDto {
        id: string;
        properties: { [key: string]: string | number | boolean };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    properties: { [key: string]: string | number | boolean }