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

string

The path from which the value from the event object is to be read.

EventDataObject 1:

Available from version 1.12