ScopeJS.ActionMetadata
Metadata passed to scopes for preview and activation
- Methods
contains_hint( hint )
Check if this ActionMetadata has a hint
Parameters:-
hint<String>
Returns:
Boolean
Stringget( key )
Get the value of an attribute
Parameters:-
key<String>
Returns: <String>
, {Number} or {Object}
set( key, value )
Set the value of an attribute
Parameters:-
key<String> -
value<String>, {Number} or {Object}