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

    Interface SearchResultListParts

    検索結果一覧パーツ

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

    Hierarchy

    • TopViewPartsBase
      • SearchResultListParts
    Index

    Properties

    canUpdate: boolean

    更新権限

    columnInfo: ColumnInfo

    列情報

    cssClassName?: string

    CSSクラス名

    entityName: string

    Entity定義名

    hideReloadButton: boolean

    リロードボタンを表示するか?

    iconTag?: string

    アイコンタグ

    partsRuntimeId: string

    PartsRuntimeID

    searchResultListViewName?: string

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

    searchViewNameForLink?: string

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

    title: string

    タイトル

    TopViewPartsタイプ