Text Output state variables represent text outputs. Each rendered component will display according to the format specified in the state variable.
'textOutput', class: TextOutputSvctl.createPage({
...,
stateVarInfo:[
{type:'textOutput', ...},
],
})
infoinfo object can contain the following properties, but subclasses of StateVar may have additional properties:info properties.info properties.info properties.allCaps (optional)disableHtml (optional)Note: The component() method returns a TextOutputSvCmp.
allCapsIf true, output will be converted to all capitals.
A Boolean.
disableHtmlTrue if any HTML within the text string is to be ignored..
A Boolean.
textOutput Component will render an <span> that contains the contents.<span> content will be synchronized witht he state variable value.<span> element will have a className that contains svIo_textOutput