Chartbreaker
    Preparing search index...

    Type Alias Events

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

    Properties

    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: