Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AttributesEvent

The object containing the information needed for specific attribute events.

An example event using the default mode:

example

{
    callbackId: 'callback-id-reference'
}

Hierarchy

  • AttributesEvent

Index

Properties

Properties

callbackId

callbackId: string

The callback id to reference.

Optional mode

mode: string

The specifc way the attribute event should be handled. Default is async if not specified.

Note: Currently only supports async mode.

Generated using TypeDoc