@twinfinity/core
    Preparing search index...

    Interface TextDto

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

    interface TextDto {
        backgroundColor: RgbaDTO;
        id: string;
        normal: Vertex3;
        position: Vertex3;
        properties: { [key: string]: string | number | boolean };
        rotation: number;
        scale: number | Vertex3;
        text: string;
        type: Text;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundColor: RgbaDTO
    id: string
    normal: Vertex3
    position: Vertex3
    properties: { [key: string]: string | number | boolean }
    rotation: number
    scale: number | Vertex3
    text: string
    type: Text