Bixby Developer Center

References

text

optionalvalue optional

Defines the text within a Views component. You define the actual text with value and the font style with style.

You can pass the value directly, using a shorthand method, or with the value child key.

Examples

Standard method:

text {
value ("#{value(myType)}")
}

Shorthand method:

text ("#{value(myType)}")

Child Keys

color
optional
Specifies a text color
style
optional
Determines the text style
value
optional
Plain text that is rendered