Interfaces
CreateViewEventData
Event data containing information for creating a native view that will be added to the visual tree.
Defined in: ui/placeholder/index.d.ts:40
Event data containing information for creating a native view that will be added to the visual tree.
Extends
Properties
context?
optional context?: any;Defined in: ui/placeholder/index.d.ts:49
An optional context for creating the view.
eventName
eventName: string;Defined in: data/observable/index.ts
The name of the event.
Inherited from
object
object: Observable;Defined in: data/observable/index.ts
The Observable instance that has raised the event.
Inherited from
view
view: any;Defined in: ui/placeholder/index.d.ts:44
The native view that should be added to the visual tree.
- Previous
- ConfirmOptions
- Next
- CssChangedEventData