Used as

  • Header

 

Summary

This header is dedicated to points to show the status, the value and an icon relative to the point like its associated subsystem.

Also support NiagaraPointFolder with remote status property created by a propagation (in a btibStructure:RemoteProperties component), and all `baja:IStatus`.


Implementation

There are two ways to add it to the FlexView:

  • Add a header from the settings bar and choose Status Header
  • Or drag&drop it from the palette

Fill-in the different properties. It uses some SFormat for the title and subtitle.

 

Flex Widget Properties

  • Title: A SFormat for the title of the header. The SFormat is resolved from the component the FlexView is agent on. Example: %displayName%
  • Subtitle: A SFormat for the subtitle of the header. Example: {origin.tag('b:description')}
  • LightIcon: A SFormat which targets an Ord to an icon. This is the icon displayed with a dark background. Example: {origin.infoSource.node('sub').slot('svgLightIcon')}
  • DarkIcon: A SFormat which targets an Ord to an icon. This is the icon displayed with a light background. Example: {origin.infoSource.node('sub').slot('svgDarkIcon')}
  • DefaultBackground: The default background when the FlexView target is not a Status.
  • DefaultForeground: The default foreground when FlexView target is not a Status.