Interfaces
Template
Defines an interface for a View factory function. Commonly used to specify the visualization of data objects.
Defined in: ui/core/view/index.d.ts:1157
Defines an interface for a View factory function. Commonly used to specify the visualization of data objects.
Template(): View;Defined in: ui/core/view/index.d.ts:1162
Call signature of the factory function. Returns a new View instance.
Returns
- Previous
- TapGestureEventData
- Next
- TemplatedItemsView