Takomo v7.4.3
    Preparing search index...

    Interface RenderTemplateProps

    interface RenderTemplateProps {
        sourceDescription: string;
        templateString: string;
        variables: unknown;
    }
    Index

    Properties

    sourceDescription: string

    Description of template source

    templateString: string

    A template string

    variables: unknown

    Variables used to render the template string