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

    Interface SearchResultSection

    検索結果セクション

    interface SearchResultSection {
        bulkUpdateDefaultSelection?: string;
        cssClassName?: string;
        detailViewTypeInSearchResult?: DetailViewTypeInSearchResult;
        dispRowCount: number;
        elementRuntimeId: string;
        elements: SearchResultElement[];
        exclusiveControlPoint?: BulkExclusiveControlPointType;
        groupingData: boolean;
        hideCount: boolean;
        hideDetailEditButton: boolean;
        hidePaging: boolean;
        pagingPosition: PagingPosition;
        searchResultType: SearchResultType;
        tableHeight?: number;
        type:
            | "CUSTOM_BUTTON"
            | "SCRIPT_SECTION"
            | "TEMPLATE_SECTION"
            | "CONDITION_SPACE"
            | "CONDITION_PROPERTY"
            | "RESULT_PROPERTY"
            | "CONDITION_SECTION"
            | "RESULT_SECTION";
        useBulkView: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bulkUpdateDefaultSelection?: string

    一括更新デフォルト選択項目

    cssClassName?: string

    CSSクラス名

    detailViewTypeInSearchResult?: DetailViewTypeInSearchResult

    検索結果での詳細画面の表示形式

    dispRowCount: number

    検索結果のページ当たりの表示件数

    elementRuntimeId: string

    エレメントランタイムID

    検索結果のエレメントリスト

    exclusiveControlPoint?: BulkExclusiveControlPointType

    一括更新の排他制御起点

    groupingData: boolean

    検索結果をまとめる設定

    hideCount: boolean

    件数を非表示にするか?

    hideDetailEditButton: boolean

    編集ボタンを非表示にするか?

    hidePaging: boolean

    ページングを非表示にするか?

    pagingPosition: PagingPosition

    ページングの表示位置

    searchResultType: SearchResultType

    検索結果の表示タイプ

    tableHeight?: number

    テーブルデザインの場合のテーブルの高さ(未指定の場合はauto)

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

    エレメントのタイプ

    useBulkView: boolean

    Bulk Viewの定義を利用