跳到主要内容

IDP.Integration.Bom.deleteLayoutsAsync() function

批量删除排版记录

Signature:

function deleteLayoutsAsync(option: {
layoutIds: string[];
}): Promise<{
layoutIds: string[];
}>;

Links: function deleteLayoutsAsync(option: { layoutIds: string[]; }): Promise<{ layoutIds: string[]; }>;

Parameters

Parameter

Type

Description

option

{ layoutIds: string[]; }

排版ID集合

@vm-type AsyncFunctionType

Returns:

Promise<{ layoutIds: string[]; }>