styleName

Getter

The name of the TextStyle that provides the base formatting for the contents of this component.

styleName: string

@note Assigning to this property is equivalent to calling applyStyle with default ApplyTextStyleOptions, which propagates the style change to all of the components sub-components and clears any styleOverrides.

Returns - string

Setter

styleName(styleName: string): void

Parameter Type Description
styleName string  

Returns - void

Defined in

Last Updated: 17 May, 2024