DocumentMetadata: PP.TS.WbkDocument;
The DocumentMetadata property determines document metadata.
To execute the example, create a service for working with time series, get a workbook instance from the time series database (see WbkDocument.ActiveSheetKey) and add the following code in the handler that processes document opening:
var md = wbkDocument.getDocumentMetadata(); console.log("metadata object"); console.log(md);
After executing the example the browser console displays metadata object:
metadata object
Object {obInst: Object, dirty: false, sheets: Object, windowsPosition: "Vertical", hasPivot: false…}
See also: