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

    Interface BulkViewDefinition

    BulkView定義

    interface BulkViewDefinition {
        bottomBarButtons?: BulkViewDirectMenuButton[];
        bulkUpdateConditionWebApi?: string;
        bulkUpdateListWebApi?: string;
        buttonConfig: BulkButtonConfig;
        description?: string;
        displayName?: string;
        entityName: string;
        iconTag?: string;
        name: string;
        sections: BulkSection[];
        title: string;
        topAreaButtons?: BulkViewDirectButton[];
        viewName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bottomBarButtons?: BulkViewDirectMenuButton[]

    画面下部のカスタムボタン

    bulkUpdateConditionWebApi?: string

    検索条件で更新処理WebApi

    bulkUpdateListWebApi?: string

    一括更新WebAPI

    buttonConfig: BulkButtonConfig

    標準ボタン設定

    description?: string

    説明

    displayName?: string

    表示名

    entityName: string

    Entity定義名

    iconTag?: string

    アイコンタグ

    name: string

    定義名

    sections: BulkSection[]

    セクションリスト

    title: string

    画面タイトル

    topAreaButtons?: BulkViewDirectButton[]

    画面上部のカスタムボタン

    viewName?: string

    View名