Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • circleMenuUI

Index

Methods Event Listeners

Methods Other

Event Listeners Methods

  • on(type: "click" | "show" | "drag" | "drop" | "mouseenter" | "mouseout", listener: (sender: circleMenuUI, args: any, args1: any, args2: any) => boolean | void): circleMenuUI
  • The on() method of the circleMenuUI interface sets up a function that will be called whenever the specified event is delivered to the target. *

    Parameters

    • type: "click" | "show" | "drag" | "drop" | "mouseenter" | "mouseout"

      A case-sensitive string representing the event type to listen for.

    • listener: (sender: circleMenuUI, args: any, args1: any, args2: any) => boolean | void

      The object that receives a notification when an event of the specified type occurs. This must be a JavaScript function.

        • (sender: circleMenuUI, args: any, args1: any, args2: any): boolean | void
        • Parameters

          Returns boolean | void

    Returns circleMenuUI

Other Methods

  • hide(): void
  • Hides circle menu

    Returns void

  • Inits circle menu instance

    Parameters

    Returns void

  • show(nodeId: string | number, menu?: {}): void
  • Shows circle menu

    Parameters

    • nodeId: string | number
    • Optional menu: {}

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Method
  • Inherited method

Settings

Theme

Generated using TypeDoc