8.8 released—CSS Media Query support, SF Symbols and much more...
Learn more
KeyedTemplate
interface KeyedTemplate {
  createView: Template;
  key: string;
}
Defines an interface for Template with a key.

Summary

Properties

createView
key

Properties

createView

createView: Template
The function that creates the view.

key

key: string
The unique key of the template.
Previous
ItemsSource