Added extra docs
This commit is contained in:
parent
3467fe7759
commit
e603b34267
1 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,12 @@ class PluginSchemaAPI(MicroscopeView):
|
||||||
|
|
||||||
.. :quickref: Plugin; Get schemas
|
.. :quickref: Plugin; Get schemas
|
||||||
|
|
||||||
|
Returns an array of present plugin schemas (describing plugin user interfaces.)
|
||||||
|
Please note, this is *not* a list of all enabled plugins, only those with associated
|
||||||
|
user interface forms.
|
||||||
|
|
||||||
|
A complete list of enabled plugins can be found in the microscope state.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
out = self.microscope.plugin.schemas
|
out = self.microscope.plugin.schemas
|
||||||
return jsonify(out)
|
return jsonify(out)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue