Home
last modified time | relevance | path

Searched refs:xmlField (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DNotionClient.js25 NotionClient.prototype.xmlField = 'draw.io XML'; method in NotionClient
225 var xmlParts = fileInfo.properties[this.xmlField].rich_text, xml = '';
311 folderObj.schema.properties[this.xmlField] = {
312 name: this.xmlField,
444 reqBody.properties[this.xmlField] = {
782 var drawioReady = dbs[i].properties[this.xmlField] &&
783 dbs[i].properties[this.xmlField].type == 'rich_text';