Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AutoCompleteEventData

Instances of this class are exposed by the data property of the AutoCompleteEventData coming when the events are fired.

Hierarchy

  • AutoCompleteEventData

Implements

  • unknown

Index

Properties

Properties

eventName

eventName: string

The name of the event.

object

object: any

The object that fires the event.

text

text: string

The text associated with this event.

token

token: TokenModel

The token associated with this event.

Generated using TypeDoc