共用方式為


IDocumentOptions interface

可隨文件動作一起提供的選項介面

屬性

defaultValue

使用 getValue() 時要傳回的預設值。 如果文件沒有值,則會改用此值。

scopeType

文件的儲存範圍。 可以是預設或使用者。

scopeValue

儲存文件的範圍值。 可以是當前或我。

屬性詳細資料

defaultValue

使用 getValue() 時要傳回的預設值。 如果文件沒有值,則會改用此值。

defaultValue?: any

屬性值

any

scopeType

文件的儲存範圍。 可以是預設或使用者。

scopeType?: string

屬性值

string

scopeValue

儲存文件的範圍值。 可以是當前或我。

scopeValue?: string

屬性值

string