Class: CallbackInfo
CallbackInfo contains the state of an attached activity callback.
Implements
Constructors
constructor
• new CallbackInfo(properties?): CallbackInfo
Constructs a new CallbackInfo.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | ICallbackInfo | Properties to set |
Returns
Properties
info
• Optional info: null | ICallbackInfo
Common callback info.
Implementation of
trigger
• Optional trigger: null | ITrigger
Trigger for this callback.
Implementation of
Methods
toJSON
▸ toJSON(): Object
Converts this CallbackInfo to JSON.