NumOutput Component Reference

Table of Contents


Introduction

Syntax

tml`<NumOutput .../>`

The NumOutput component creates renders a numeric output. It is a separate component used by the Numeric Output state variable so that it can be reused by other components.

The NumOutput component has several methods that can be used to allow parent components to dynamically manipulate the state of the rendered elements. See [Instance methods](#instance methods).

Attributes


Instance methods

These methods are intended to be used by parent components to dynamically change the properties of the rendered components without remounting.

Inherited methods


setValue()

Syntax

setValue(value)

Sets the rendered element's value.

Parameters


Children

The NumOutput component ignores all children.


DOM element properties