Help prepare for 2025 → Answer 8 simple questions on our Fall Survey
Open Survey
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