Docs (4.0.0)
class TestOutputElement property

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