Verb or null if no verb with an id has been defined.
If the parameter full is true, the return type is
an object with an id property (the verb with full url)
and a display property (a record of translated labels,
for instance { "en-US: "Answered" }).
Verb or null if no verb with an id has been defined.
If the parameter full is true, the return type is
an object with an id property (the verb with full url)
and a display property (a record of translated labels,
for instance { "en-US: "Answered" }).
Verb or null if no verb with an id has been defined.
If the parameter full is true, the return type is
an object with an id property (the verb with full url)
and a display property (a record of translated labels,
for instance { "en-US: "Answered" }).
getVerifiedStatementValue
getVerifiedStatementValue(keys:string[]):unknown
Figure out if a property exists in the statement and return it
Parameters
keys: string[]
List describing the property we're looking for. For instance
['result', 'score', 'raw'] for result.score.raw
Returns unknown
The value of the property if it is set, null otherwise.
preventBubbling
preventBubbling():void
Prevent this event from bubbling up to parent
Returns void
scheduleForExternal
scheduleForExternal():boolean
Try to schedule an event for externalDispatcher
Returns boolean
true if external and not already scheduled, otherwise false
setActor
setActor():void
Set the actor. Email and name will be added automatically.
Get bubbling status