Function mapEntityTypeHierarchy2Tree

  • Parameters

    Returns {
        children: {
            isLeaf: boolean;
            label: string;
            value: string;
        }[];
        label: string;
        value: string;
    }[]

Generated using TypeDoc