Interface FullTextSearchTargetEntity

全文検索の対象Entityの設定

interface FullTextSearchTargetEntity {
    displayName: string;
    entityName: string;
    showInSearchList: boolean;
    viewName?: string;
}

Properties

displayName: string

表示名

entityName: string

Entity定義名

showInSearchList: boolean

検索リストに表示するか?

viewName?: string

View名