8.6 Released with 🥽 visionOS support and more!
Check it out
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