Interfaces
KeyedTemplate
Defines an interface for Template with a key.
Defined in: ui/core/view/index.d.ts:1168
Defines an interface for Template with a key.
Properties
createView
createView: Template;Defined in: ui/core/view/index.d.ts:1177
The function that creates the view.
key
key: string;Defined in: ui/core/view/index.d.ts:1172
The unique key of the template.
- Previous
- ItemsSource
- Next
- LaunchEventData