DocumentInfo interface
Information about the document.
Properties
| action | Optional. See definition of the Action enum for available actions. |
| click |
Optional. Timestamp of when the user clicks a document.
This will be used to measure end-to-end user experience time.
Example: |
| data |
|
| document |
Optional. Information to uniquely identify the document. |
| document |
Required. Type of document to be opened. |
| session |
Optional. The platform (desktop, web, mobile, iOS, etc.) the session is originating from. |
| share |
Optional. Share link provided by the UI host to open the document. |
| ui |
Property Details
action
Optional. See definition of the Action enum for available actions. Default option is used if no action is provided.
action?: Action
Property Value
clickTime
Optional. Timestamp of when the user clicks a document.
This will be used to measure end-to-end user experience time.
Example: new Date().getTime()
clickTime?: number
Property Value
number
dataCulture
Warning
This API is now deprecated.
Use the SessionInfo.localeInfo.dataCulture property instead.
Optional. Document content locale preferred for this session.
dataCulture?: string
Property Value
string
documentIdentifier
Optional. Information to uniquely identify the document.
documentIdentifier?: DocumentIdentifier
Property Value
documentType
sessionOrigin
Optional. The platform (desktop, web, mobile, iOS, etc.) the session is originating from.
sessionOrigin?: string
Property Value
string
shareUrl
Optional. Share link provided by the UI host to open the document.
shareUrl?: string
Property Value
string
uiCulture
Warning
This API is now deprecated.
Use the SessionInfo.localeInfo.uiCulture property instead.
Optional. UI locale of the current application.
uiCulture?: string
Property Value
string