@twinfinity/core
    Preparing search index...

    Interface ArrowDto

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

    interface ArrowDto {
        arrowHeight: number;
        arrowPoint: Vertex3;
        arrowWidth: number;
        bluntPoint: Vertex3;
        color: RgbaDTO;
        id: string;
        lineThickness: number;
        properties: { [key: string]: string | number | boolean };
        type: Arrow;
    }

    Hierarchy (View Summary)

    Index

    Properties

    arrowHeight: number
    arrowPoint: Vertex3
    arrowWidth: number
    bluntPoint: Vertex3
    color: RgbaDTO
    id: string
    lineThickness: number
    properties: { [key: string]: string | number | boolean }
    type: Arrow