共用方式為


GenericGalleryParameter interface

一般畫廊參數的定義。

屬性

defaultValue

參數的預設值只適用於字串類型。

description

說明,可協助使用者瞭解此參數的意義

name

參數名稱。

required

表示是否必須傳遞此參數。

屬性詳細資料

defaultValue

參數的預設值只適用於字串類型。

defaultValue?: string

屬性值

string

description

說明,可協助使用者瞭解此參數的意義

description?: string

屬性值

string

name

參數名稱。

name: string

屬性值

string

required

表示是否必須傳遞此參數。

required?: boolean

屬性值

boolean