API Docs for: 0.1
Show:

ActionMetadata Class

Metadata passed to scopes for preview and activation

Item Index

Methods

contains_hint

(
  • hint
)

Check if this ActionMetadata has a hint

Parameters:

  • hint String

Returns:

Boolean

get

(
  • key
)
String

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}