@musallam/dynamic-graphics-render-client
    Preparing search index...

    Type Alias TemplateRenderRequestVariationsItem

    type TemplateRenderRequestVariationsItem = {
        elements: TemplateRenderRequestVariationsItemElementsItem[];
        id: string;
        presetIds: string[];
    }
    Index

    Properties

    Properties

    List of elements in the template. Each element contains controls that can be modified 1

    id: string

    Unique identifier for the variation

    presetIds: string[]

    Array of preset IDs to be applied on the variation (received from preset endpoint). Currently supports only 1 preset. 1 1