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
On this page