Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
DNotionClient.js12 window.NotionClient = function(editorUi) class in window
18 mxUtils.extend(NotionClient, DrawioClient);
23 NotionClient.prototype.extension = '.drawio'; class
25 NotionClient.prototype.xmlField = 'draw.io XML';
30 NotionClient.prototype.baseUrl = window.NOTION_API_URL || 'https://app.diagrams.net/notion-api';
33 NotionClient.prototype.getTitle = function (props)
50 NotionClient.prototype.getTitleVal = function (obj)
69 NotionClient.prototype.authenticate = function(success, error, failOnAuth)
134 NotionClient.prototype.executeRequest = function(url, data, method, success, error, failOnAuth)
209 NotionClient.prototype.getLibrary = function(id, success, error)
[all …]
DApp.js1461 urlParams['ntn'] == '1' ? new NotionClient(this) : null;
/plugin/diagramsnet/lib/js/
Dapp.min.js11582 …dateUserElement();this.restoreLibraries()}));this.notion="1"==urlParams.ntn?new NotionClient(this):