Home Template
lightning:homeTemplate
Enables a component to be used as a flexipage page template for the HOME_PAGE page type.
For Use In
Lightning Experience
Implement the lightning:homeTemplate interface to enable your component to be used as a custom Lightning page template for the Lightning Experience Home page. This interface has no effect except when used within Lightning Experience.
Components that implement this interface appear in the Custom Templates section of the Lightning App Builder new page wizard for Home pages.
Each template component should implement only one template interface. Template components shouldn’t implement any other type of interface, such as flexipage:availableForAllPageTypes or force:hasRecordId. A template component can’t multi-task as a regular Lightning component. It’s either a template, or it’s not.
For more information, see the Lightning Aura Components Developer Guide.
