GalleryApplicationCustomAction interface
可以使用資源庫應用程式版本執行的自定義動作。
屬性
| description | 說明可協助使用者瞭解此自定義動作的功能。 |
| name | 自定義動作的名稱。 資源庫應用程式版本內必須是唯一的。 |
| parameters | 這個自定義動作所使用的參數 |
| script | 執行這個自定義動作時要執行的腳本。 |
屬性詳細資料
description
說明可協助使用者瞭解此自定義動作的功能。
description?: string
屬性值
string
name
自定義動作的名稱。 資源庫應用程式版本內必須是唯一的。
name: string
屬性值
string
parameters
這個自定義動作所使用的參數
parameters?: GalleryApplicationCustomActionParameter[]
屬性值
script
執行這個自定義動作時要執行的腳本。
script: string
屬性值
string