megadoc Class

Defined in: ui/shared/core/megadoc.js

Public Functions

voidmegadoc.use(Function)

Public Static Members

UI.Corpuscorpus

Constructor Documentation

megadoc()

Unknown tag:
{
  "type": "singleton",
  "string": "",
  "typeInfo": {
    "name": null,
    "description": null,
    "isOptional": null,
    "defaultValue": null,
    "type": null
  },
  "line": 8
}

Static Property Documentation

  • corpus: UI.Corpus

    The Corpus API for plugins to use.

Instance Method Documentation

    megadoc.use(pluginEntryRunner: Function)

    Parameters (2)

    pluginEntryRunner
    Function

    The function that will register your plugin.

    pluginEntryRunner.api
    PluginRegistrar

    The plugin registration API you can use.