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