@vcmap/core
    Preparing search index...

    Type Alias Handlers

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

    Methods

    Properties

    greyOutZ: boolean

    display Z axis handlers in grey and do not allow them to be picked

    show: boolean
    showAxis: AxisAndPlanes

    highlight the given axis