Events: {
    boundsChanged: () => void;
    contextMenu: (event: Event, point: Point, menuId?: string) => void;
    handlesUpdated: () => void;
    showLegendEntry: () => void;
}

Type declaration

  • boundsChanged: () => void

    TODO:

  • contextMenu: (event: Event, point: Point, menuId?: string) => void

    Fired when a context menu for this tool should be displayed

  • handlesUpdated: () => void

    Fired when the tools handles were updated by the setHandles method

  • showLegendEntry: () => void

    TODO: