Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • mxEventObject

Index

Constructors

constructor

Properties

consumed

consumed: boolean

Variable: consumed

Holds the consumed state. Default is false.

name

name: string

Variable: name

Holds the name.

properties

properties: any[]

Variable: properties

Holds the properties as an associative array.

Methods

consume

  • consume(): void

getName

  • getName(): string

getProperties

  • getProperties(): any[]

getProperty

  • getProperty(key: string): any
  • Function: getProperty

    Returns the property for the given key.

    Parameters

    • key: string

    Returns any

isConsumed

  • isConsumed(): boolean

Generated using TypeDoc