Type Alias Handlers

Handlers: {
    greyOutZ: boolean;
    show: boolean;
    showAxis: AxisAndPlanes;
    destroy(): void;
    setCenter(center: Coordinate): 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