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

    Interface EntityTreeGridItem

    EntityTreeGridアイテム

    interface EntityTreeGridItem {
        collapseIconTag: string;
        colMappings: EntityTreeGridColMapping[];
        cssClassName: string;
        displayPropertyName: string;
        entityName: string;
        expandIconTag: string;
        iconColor: string;
        itemRuntimeId: string;
        limit: number;
        referenceTreeGridItems: ReferenceTreeGridItem[];
        sortItem: string;
        sortType: TreeGridItemSortType;
        title: string;
        type: "ENTITY";
        viewName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    collapseIconTag: string

    アイコンタグ

    EntityツリーグリッドとColModelのマッピングリスト

    cssClassName: string

    CSSクラス名

    displayPropertyName: string

    表示するプロパティ名

    entityName: string

    Entity定義名

    expandIconTag: string

    アイコンタグ

    iconColor: string

    アイコンカラー

    itemRuntimeId: string

    ItemのRuntimeId

    limit: number

    表示上限

    referenceTreeGridItems: ReferenceTreeGridItem[]

    参照のツリービューアイテム

    sortItem: string

    ソートアイテム

    ソート種別

    title: string

    タイトル

    type: "ENTITY"

    TreeGridタイプ

    viewName: string

    View名