UNPKG

513 BJavaScriptView Raw
1/* -----------------------------------------------------------------------------
2| Copyright (c) Jupyter Development Team.
3| Distributed under the terms of the Modified BSD License.
4|----------------------------------------------------------------------------*/
5import { Token } from '@lumino/coreutils';
6/**
7 * The tree path updater token.
8 */
9export const ITreePathUpdater = new Token('@jupyterlab/application:ITreePathUpdater', 'A service to update the tree path.');
10//# sourceMappingURL=treepathupdater.js.map
\No newline at end of file