GalleryApplicationCustomActionParameter interface
可传递给库应用程序版本的自定义作的参数的定义。
属性
default |
参数的默认值。 仅适用于字符串类型 |
description | 帮助用户了解此参数的含义的说明 |
name | 自定义作的名称。 库应用程序版本内必须是唯一的。 |
required | 指示运行自定义作时是否必须传递此参数。 |
type | 指定自定义作参数的类型。 可能的值包括:String、ConfigurationDataBlob 或 LogOutputBlob |
属性详细信息
defaultValue
参数的默认值。 仅适用于字符串类型
defaultValue?: string
属性值
string
description
帮助用户了解此参数的含义的说明
description?: string
属性值
string
name
自定义作的名称。 库应用程序版本内必须是唯一的。
name: string
属性值
string
required
指示运行自定义作时是否必须传递此参数。
required?: boolean
属性值
boolean
type
指定自定义作参数的类型。 可能的值包括:String、ConfigurationDataBlob 或 LogOutputBlob
type?: GalleryApplicationCustomActionParameterType