Help prepare for 2025 → Answer 8 simple questions on our Fall Survey
Open Survey
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.