Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Interfaces
CreateViewEventData
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 
An optional context for creating the view.
view 
The native view that should be added to the visual tree.
- Previous
 - ConfirmOptions
 - Next
 - CssChangedEventData