8.7 released—WinterCG Compliance Part 1
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