共用方式為


GalleryApplicationCustomAction interface

可使用資源庫應用程式版本執行的自訂動作。

屬性

description

說明,協助使用者瞭解此自訂動作的功能。

name

自訂動作的名稱。 資源庫應用程式版本內必須是唯一的。

parameters

這個自訂動作所使用的參數

script

執行這個自訂動作時要執行的腳本。

屬性詳細資料

description

說明,協助使用者瞭解此自訂動作的功能。

description?: string

屬性值

string

name

自訂動作的名稱。 資源庫應用程式版本內必須是唯一的。

name: string

屬性值

string

parameters

這個自訂動作所使用的參數

parameters?: GalleryApplicationCustomActionParameter[]

屬性值

script

執行這個自訂動作時要執行的腳本。

script: string

屬性值

string