Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
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