Browse Source

Add note about tokens

Steven Silvester 8 years ago
parent
commit
d8dd84d5e4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tutorial/plugins.md

+ 2 - 0
tutorial/plugins.md

@@ -21,6 +21,8 @@ A plugin adds a core functionality to the application:
 - A plugin can require other plugins for operation.
 - A plugin is activated when it is needed by other plugins, or when explicitly
 activated.
+- Plugins require and provide [Token](http://phosphorjs.github.io/phosphor/api/classes/_core_token_.token.html) objects, which are used to provide
+a typed value to the plugin's `activate()` method.
 
 The default plugins in the JupyterLab application include:
 - [Terminal](http://jupyter.org/jupyterlab/modules/_terminal_plugin_.html) - Adds the ability to create command prompt terminals.