8.8 released—CSS Media Query support, SF Symbols and much more...
Learn more
CreateViewEventData
interface CreateViewEventData extends EventData {
  context: any;
  view: any;
}
Event data containing information for creating a native view that will be added to the visual tree.

Summary

Properties

context
view
2 properties inherited from EventData
Click to expand

Properties

context

context?: any
An optional context for creating the view.

view

view: any
The native view that should be added to the visual tree.