Type alias Handlers

Handlers: {
    greyOutZ: boolean;
    show: boolean;
    showAxis: AxisAndPlanes;
    destroy() => void;
    setCenter(center) => void;
}

Handlers are map specific transformation handlers wich enable the use of the transformation interactions. There visualization is TransformationMode specific. Do not create these handlers yourself use createTransformationHandler instead.

Type declaration

Generated using TypeDoc