Interface ITool

Interface for the tool menu item

interface ITool {
    menuClicked(itemId): void;
    showMenu(itemId): boolean;
}

Methods

  • functino to decide whether the menu item should be shown or not based on the currently displayed item

    Parameters

    • itemId: string

    Returns boolean

Generated using TypeDoc