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