Type Alias FetchTreeGridEntityListParameter

FetchTreeGridEntityListParameter: {
    definitionName: string;
    depth: number;
    itemRuntimeId: string;
    oid: string | null;
    parentEntityName: string | null;
}

TreeGridItemのEntityデータ取得APIのパラメータ

Type declaration

  • definitionName: string

    定義名

  • depth: number

    深さ

  • itemRuntimeId: string

    パーツのランタイムID

  • oid: string | null

    オブジェクトID

  • parentEntityName: string | null

    親エンティティ名