Abstract
Readonly
documentRetrieve the file from synergy servers. After retrieving the xmlObject, this method calls parseXMLObject which must be defined to parse the xmlObject into a readable, typesafe object.
Returns a base64 object
const base64 = await document.get(); // { attribute: { nested: {...} }, base64: "base64 code" }
Static
processGenerated using TypeDoc
File class
Abstract