Interface SetListTemplateConfig

interface SetListTemplateConfig {
    templateType: "column" | "row";
    textFormat: string;
}

Hierarchy (view full)

Properties

templateType: "column" | "row"
textFormat: string