SearchViewスクリプトセクション

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

Hierarchy (view full)

Properties

componentName?: string

コンポーネント名

cssClassName?: string

CSSクラス名

elementRuntimeId: string

エレメントランタイムID

script: string

GroovyTemplate形式のScript

templateInterpretType: TemplateInterpretType

テンプレートの解釈方法

type: "SCRIPT" | "TEMPLATE"

セクションのタイプ