Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
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.