検索条件セクション

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

Hierarchy (view full)

Properties

conditionDispCount: number

詳細条件の初期表示件数

cssClassName?: string

CSSクラス名

elementRuntimeId: string

エレメントランタイムID

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

filters?: FilterSetting[]

フィルター設定

hideDetailCondition: boolean

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

hideFixedSearch: boolean

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

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

エレメントのタイプ

versioned: boolean

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

versionedDisplayLabel?: string

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