IDP.Integration.Bom.updateGroupsAsync() function
更新分组
Signature:
function updateGroupsAsync(option: {
groups: BomGroupEditable[];
}): Promise<{
groupIds: string[];
}>;
Links: function updateGroupsAsync(option: { groups: BomGroupEditable[]; }): Promise<{ groupIds: string[]; }>;
Parameters
Parameter | Type | Description |
---|---|---|
option | { groups: BomGroupEditable[]; } | 分组信息 @vm-type AsyncFunctionType |
Returns:
Promise<{ groupIds: string[]; }>