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

    Interface SearchConditionSection

    検索条件セクション

    interface SearchConditionSection {
        conditionDispCount: number;
        cssClassName?: string;
        elementRuntimeId: string;
        elements: SearchConditionElement[];
        filters?: FilterSetting[];
        hideDetailCondition: boolean;
        hideFixedSearch: boolean;
        type:
            | "CUSTOM_BUTTON"
            | "SCRIPT_SECTION"
            | "TEMPLATE_SECTION"
            | "CONDITION_SPACE"
            | "CONDITION_PROPERTY"
            | "RESULT_PROPERTY"
            | "CONDITION_SECTION"
            | "RESULT_SECTION";
        versioned: boolean;
        versionedDisplayLabel?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    conditionDispCount: number

    詳細条件の初期表示件数

    cssClassName?: string

    CSSクラス名

    elementRuntimeId: string

    エレメントランタイムID

    検索条件のエレメントリスト

    filters?: FilterSetting[]

    フィルター設定

    hideDetailCondition: boolean

    詳細検索を非表示にするか?

    hideFixedSearch: boolean

    定型検索を非表示にするか?

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

    エレメントのタイプ

    versioned: boolean

    バージョン検索を行うか?

    versionedDisplayLabel?: string

    バージョン検索の表示ラベル