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

    Type Alias FetchTreeGridEntityListParameter

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

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

    Properties

    definitionName: string

    定義名

    depth: number

    深さ

    itemRuntimeId: string

    パーツのランタイムID

    oid: string | null

    オブジェクトID

    parentEntityName: string | null

    親エンティティ名