9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: ui/core/view/index.d.ts:1168

Defines an interface for Template with a key.

Properties

createView

ts
createView: Template;

Defined in: ui/core/view/index.d.ts:1177

The function that creates the view.


key

ts
key: string;

Defined in: ui/core/view/index.d.ts:1172

The unique key of the template.

Previous
ItemsSource