@musallam/dynamic-graphics-render-client
    Preparing search index...
    interface TemplateRenderRequest {
        config?: TemplateRenderRequestConfig;
        fonts?: TemplateRenderRequestFontsItem[];
        source: TemplateRenderRequestSource;
        type?: "mogrt";
        variations: TemplateRenderRequestVariationsItem[];
    }
    Index

    Properties

    Configuration options for the render request

    Array of fonts to be used in the template.

    Contains metadata about the source of the input template.

    type?: "mogrt"

    The value of the template type. This is the same value being used in the describe template API request call.

    List of variations. Each variation will return an output template with variation applied on the input. 1