SearchViewテンプレートセクション

interface SearchTemplateSection {
    componentName?: string;
    cssClassName?: string;
    elementRuntimeId: string;
    template: string;
    templateInterpretType: TemplateInterpretType;
    type: "SCRIPT" | "TEMPLATE";
}

Hierarchy (view full)

Properties

componentName?: string

コンポーネント名

cssClassName?: string

CSSクラス名

elementRuntimeId: string

エレメントランタイムID

template: string

テンプレート文字列

templateInterpretType: TemplateInterpretType

テンプレートの解釈方法

type: "SCRIPT" | "TEMPLATE"

セクションのタイプ