Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jira LegacyshowSummaryfalseserverJIRA (mqidentity.atlassian.net)serverId77fb3325-4051-36d9-bcc7-761f62050707keyDOCS-6An actionable attribute is a model attribute with a modifier of "KnownBy" pointing to one or multiple Action(s). For example:



Code Block
languagepy
titleExample
String(name: "Image", KnownBy: "SyncImage")

String(name: "State", KnownBy: "SyncImage,SyncPreset")



An actionable attribute defines the active property of a ThingFacets or AppFacets. Any attribute which has a modifier "KnownBy" pointing to an Action, or multiiple Actions, is called

In runtime, an actionable attribute . An actionable attribute will activate the associated Action(s) and their workflows whenever its value is modified.

...