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: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.