IDocumentOptions interface
Interface for options that can be supplied with document actions
Properties
default |
The default value to return when using getValue(). If the document has no value, this value will be used instead. |
scope |
The scope of where the document is stored. Can be Default or User. |
scope |
The value of the scope where the document is stored. Can be Current or Me. |
Property Details
defaultValue
The default value to return when using getValue(). If the document has no value, this value will be used instead.
defaultValue?: any
Property Value
any
scopeType
The scope of where the document is stored. Can be Default or User.
scopeType?: string
Property Value
string
scopeValue
The value of the scope where the document is stored. Can be Current or Me.
scopeValue?: string
Property Value
string