GalleryApplicationCustomAction interface
可以使用库应用程序版本执行的自定义作。
属性
description | 帮助用户了解此自定义作的作用的说明。 |
name | 自定义作的名称。 库应用程序版本内必须是唯一的。 |
parameters | 此自定义作使用的参数 |
script | 执行此自定义作时要运行的脚本。 |
属性详细信息
description
帮助用户了解此自定义作的作用的说明。
description?: string
属性值
string
name
自定义作的名称。 库应用程序版本内必须是唯一的。
name: string
属性值
string
parameters
此自定义作使用的参数
parameters?: GalleryApplicationCustomActionParameter[]
属性值
script
执行此自定义作时要运行的脚本。
script: string
属性值
string