AboutSupportDeveloper GuideVersion 22.3.18
interface CustomTemplate {
    data: CustomTemplateData;
    layout: TemplateFragment;
}

Properties

Properties

Data associated with the custom search result template's presentation fragments.

Root of the template composition tree. See ContainerTemplateFragment for nesting.