SearchViewスクリプトセクション

interface SearchScriptSection {
    componentName?: string;
    cssClassName?: string;
    elementRuntimeId: string;
    precompileSfc: boolean;
    script: string;
    templateInterpretType: TemplateInterpretType;
    type:
        | "CONDITION_SPACE"
        | "CONDITION_PROPERTY"
        | "RESULT_PROPERTY"
        | "CUSTOM_BUTTON"
        | "CONDITION_SECTION"
        | "RESULT_SECTION"
        | "SCRIPT_SECTION"
        | "TEMPLATE_SECTION";
}

Hierarchy (view full)

Properties

componentName?: string

コンポーネント名

cssClassName?: string

CSSクラス名

elementRuntimeId: string

エレメントランタイムID

precompileSfc: boolean

VUE_SFC形式のテンプレートをプリコンパイルするか

script: string

GroovyTemplate形式のScript

templateInterpretType: TemplateInterpretType

テンプレートの解釈方法

type:
    | "CONDITION_SPACE"
    | "CONDITION_PROPERTY"
    | "RESULT_PROPERTY"
    | "CUSTOM_BUTTON"
    | "CONDITION_SECTION"
    | "RESULT_SECTION"
    | "SCRIPT_SECTION"
    | "TEMPLATE_SECTION"

エレメントのタイプ