Versions Compared

Key

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

...

Expand
titleYou can use HTML to format the status - and we provide a simple example STAT library to do just that

If you import the STATus library it has a couple of helper functions to format your code more nicely with HTML markup.

Import the library and try the code example:

Code Block
local Status = STATrow("Age", 14);
component.setStatus{data=Status}

Then when you look at the card you will see nicer formatting of this data:

...