ScopeJS.ActivationQuery
Represents an activation request that is executed inside a scope
- Methods
action_id( )
Get the action identifier for this activation request handler
Returns:
String
action_metadata( )
Get the metadata for this activation request handler
Returns:
ActionMetadata
activate( )
Return response to the activation request
Returns:
ActivationResponse
result( )
Get the result for this activation request handler
Returns:
Result
settings( )
Returns a dictionary with the scope's current settings
Returns:
Dictionary
valid( )
Check whether this query is still valid
Returns:
Boolean
widget_id( )
Get the widget identifier for this activation request handler
Returns:
String