検索結果セクション

interface SearchResultSection {
    cssClassName?: string;
    dispRowCount: number;
    elementRuntimeId: string;
    elements: SearchResultProperty<SearchResultPropertyEditor>[];
    hideCount: boolean;
    hidePaging: boolean;
    pagingPosition: PagingPosition;
    searchResultType: SearchResultType;
    tableHeight?: number;
    type: string;
}

Hierarchy (view full)

Properties

cssClassName?: string

CSSクラス名

dispRowCount: number

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

elementRuntimeId: string

エレメントランタイムID

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

hideCount: boolean

件数を非表示にするか?

hidePaging: boolean

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

pagingPosition: PagingPosition

ページングの表示位置

searchResultType: SearchResultType

検索結果の表示タイプ

tableHeight?: number

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

type: string

セクションタイプ