Member Junction
    Preparing search index...

    Type Alias TemplateEmbedConfig

    Configuration options for template embedding

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

    Properties

    Properties

    data?: any

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

    type?: string

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