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

    Interface TreeGridDefinition

    TreeGrid定義

    interface TreeGridDefinition {
        colModel: TreeGridColModel[];
        description?: string;
        displayName?: string;
        height: number;
        itemList: EntityTreeGridItem[];
        name: string;
        showCollapseAll: boolean;
        showSearchAndFilter: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    colModel: TreeGridColModel[]

    ColModel

    description?: string

    説明

    displayName?: string

    表示名

    height: number

    ツリーグリッドの高さ

    itemList: EntityTreeGridItem[]

    TreeGridアイテムリスト

    name: string

    定義名

    showCollapseAll: boolean

    一括折りたたむ

    showSearchAndFilter: boolean

    検索とフィルタ機能