🚀 8.9 Released! → ⚡️ New Node-API Engine Preview, 📲 ns widget ios, 💅 Tailwind v4 and more...
Read Announcement
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.