TemplateEmbedConfig: {
    data?: any;
    type?: string;
}

Configuration options for template embedding

Type declaration

  • Optional data?: any

    Additional data to merge with or override the current template's data context. This data will be available to the embedded template.

  • Optional type?: string

    Specific content type to use for the embedded template. If not provided, inherits from current template's content type.