Time Output state variables represent time interval outputs. The state variable value is the time in minutes. The rendered output is in hh:mm format.
'timeOutput', class: TimeOutputSvctl.createPage({
...,
stateVarInfo:[
{type:'timeOutput', ...},
],
})
infoinfo object can contain the following properties, but subclasses of StateVar may have additional properties:
Note: The component() method returns a TimeOutputSvComponent.
timeOutput Component will render an <span> that contains the contents.<span> content will be synchronized with the state variable value.<span> element will have a className that contains svIo_timeOutput