Class InfringementAssistant

Hierarchy

Constructors

Properties

CopyrightProblemsPage: typeof CopyrightProblemsPage = CopyrightProblemsPage
SinglePageWorkflowDialog: ((config) => any) = SinglePageWorkflowDialog

Type declaration

    • (config): any
    • Creates a new SinglePageWorkflowDialog.

      Parameters

      Returns any

      A SinglePageWorkflowDialog object

deputy?: Deputy

An instance of Deputy. This is commonly window.deputy. Instantiating this class with a Deputy instances enables connection with the Deputy core, which shares the OOUI window manager and API manager for Deputy.

dialog: any
static: typeof InfringementAssistant = InfringementAssistant
dependencies: string[] = ...

Accessors

  • get wikiConfig(): WikiConfiguration
  • Returns WikiConfiguration

    the wiki-wide configuration handler for this module. If Deputy is loaded, this reuses the configuration handler of Deputy. Since the wiki config is loaded asynchronously, this may not be populated at runtime. Only use it if you're sure that preInit has already been called and finished.

  • get windowManager(): WindowManager
  • Returns WindowManager

    The responsible window manager for this class.

Methods

Generated using TypeDoc