Searched refs:folderObj (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | NotionClient.js | 261 NotionClient.prototype.insertLibrary = function(filename, data, success, error, folderObj) argument 263 this.insertFile(filename, data, success, error, true, folderObj); 269 NotionClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderObj) argument 304 if (typeof folderObj === 'object') 306 nameField = this.getTitle(folderObj.schema.properties).key; 307 folderId = folderObj.id; 309 if (!folderObj.drawioReady) 311 folderObj.schema.properties[this.xmlField] = { 317 this.executeRequest('/v1/databases/' + encodeURIComponent(folderObj.id), JSON.stringify({ 318 title: folderObj.schema.title, [all …]
|