styleClass
A base style class that is applied to this element.
styleClass?: any
Notes
- While style classes are usually applied to the rendered element in a platform-dependent way, the test renderer simply stores the applied class in this property unchecked, typed as
any
(or undefined).
Related
- class TestOutputElementA class that represents a rendered output element.