型・APIリファレンス
    Preparing search index...

    Interface SearchCustomSectionBase

    SearchViewカスタム系セクションの基底型

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

    Hierarchy (View Summary)

    Index

    Properties

    componentName?: string

    コンポーネント名

    cssClassName?: string

    CSSクラス名

    elementRuntimeId: string

    エレメントランタイムID

    precompileSfc: boolean

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

    templateInterpretType: TemplateInterpretType

    テンプレートの解釈方法

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

    エレメントのタイプ