styles
A combination of all style overrides applied to this element.
styles: Record<string, any>
Notes
- Styles are copied as specified in objects such as UIButton.style, UICell.style, etc.
- While styles are usually applied to the rendered element in a platform-dependent way, the test renderer simply stores all properties in this object, which therefore has no specific type.
Related
- class TestOutputElementA class that represents a rendered output element.