We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912b9ca commit 1a59d74Copy full SHA for 1a59d74
doc/glossary.rst
@@ -6,6 +6,15 @@ Glossary
6
.. glossary::
7
:sorted:
8
9
+ application
10
+ An application is an instance of :class:`annotator.App`. It is the primary
11
+ object that coordinates annotation activities. It can be extended by
12
+ passing a :term:`module` reference to its
13
+ :func:`~annotator.App.prototype.include` method. Typically, You will
14
+ create at least one application when using Annotator. See the API
15
+ documentation for :class:`annotator.App` for details on construction and
16
+ methods.
17
+
18
hook
19
A function that handles work delegated to a :term:`module` by the
20
:term:`application`. A hook function can return a value or a
0 commit comments