EventDataObject
[ Interface ]
export interface EventDataObject extends baseValue {
objectType: 'EventDataObject';
propertyPath: string;
}
Extends baseValue
Represents the value of a property of an event object through a path within this object.
Properties
Name | Type | Description |
---|---|---|
objectType | 'EventDataObject' | Defines the relevant parser. |
propertyPath | The path from which the value from the event object is to be read. |
Available from version 1.12 |