検索結果一覧パーツ

interface SearchResultListParts {
    canUpdate: boolean;
    columnInfo: ColumnInfo;
    cssClassName?: string;
    entityName: string;
    iconTag?: string;
    partsRuntimeId: string;
    searchResultListViewName?: string;
    searchViewNameForLink?: string;
    title: string;
    type: TopViewPartsType;
}

Hierarchy

  • TopViewPartsBase
    • SearchResultListParts

Properties

canUpdate: boolean

更新権限

columnInfo: ColumnInfo

列情報

cssClassName?: string

CSSクラス名

entityName: string

Entity定義名

iconTag?: string

アイコンタグ

partsRuntimeId: string

PartsRuntimeID

searchResultListViewName?: string

検索結果一覧に適用するSearchViewのView名

searchViewNameForLink?: string

リンクから検索画面に遷移する際に適用するSearchViewのView名

title: string

タイトル

TopViewPartsタイプ