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

    Interface FetchTreeGridEntityItem

    TreeGridItemのEntityデータ取得結果

    interface FetchTreeGridEntityItem {
        collapseIconTag: string;
        cssClassName: string;
        depth: number;
        entityName?: string;
        expanded: boolean;
        expandIconTag: string;
        iconColor: string;
        itemRuntimeId: string;
        oid?: string;
        parentEntityName?: string;
        referenceNodes?: FetchTreeGridEntityItem[];
        rowTitle: string;
        rowType: "" | "ENTITY_ROW" | "DATA_ROW" | "DATA_WITH_REF_ROW" | "REF_ROW";
        version?: number;
        viewName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    collapseIconTag: string

    折りたたみアイコンタグ

    cssClassName: string

    CSSクラス名

    depth: number

    深さ

    entityName?: string

    エンティティ名

    expanded: boolean

    展開状態

    expandIconTag: string

    展開アイコンタグ

    iconColor: string

    アイコン色

    itemRuntimeId: string

    ランタイムID

    oid?: string

    オブジェクトID

    parentEntityName?: string

    親エンティティ名

    referenceNodes?: FetchTreeGridEntityItem[]

    参照ノード

    rowTitle: string

    行タイトル

    rowType: "" | "ENTITY_ROW" | "DATA_ROW" | "DATA_WITH_REF_ROW" | "REF_ROW"

    行タイプ

    version?: number

    バージョン

    viewName?: string

    ビュー名