Viewer - Drawing Tools
    Preparing search index...

    Interface IDrawingToolsEvent

    interface IDrawingToolsEvent {
        drawingToolsId: string;
        viewportId: string;
        controlIndex?: number;
        fromHistory?: boolean;
        index?: number;
        indices?: number[];
        message?: string;
        metaData?: RayTraceResult[];
        points?: PointsData;
        recordHistory?: boolean;
        temporary?: boolean;
    }

    Hierarchy

    • IViewportEvent
      • IDrawingToolsEvent
    Index

    Properties

    drawingToolsId: string
    viewportId: string
    controlIndex?: number
    fromHistory?: boolean
    index?: number
    indices?: number[]
    message?: string
    metaData?: RayTraceResult[]
    points?: PointsData
    recordHistory?: boolean
    temporary?: boolean