跳到主要内容

IDP.Custom.InstallCode.getInstallCodeAsync() function

生成安装编码

Signature:

function getInstallCodeAsync(option: {
toolType?: EToolType;
timeout?: number;
}): Promise<Record<string, string>>;

Links: function getInstallCodeAsync(option: { toolType?: EToolType; timeout?: number; }): Promise<Record<string, string>>;

Parameters

Parameter

Type

Description

option

{ toolType?: EToolType; timeout?: number; }

@vm-type AsyncFunctionType

Returns:

Promise<Record<string, string>>