Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Plugin<PluginEvents> Abstract

Base plugin class.

Type Parameters

  • PluginEvents extends Record<string, unknown> = {}

Hierarchy

Index

Constructors

Properties

Methods

Constructors

  • Creates this Plugin and installs it into the given {@link Viewer}.

    Type Parameters

    • PluginEvents extends Record<string, unknown> = {}

    Parameters

    Returns Plugin<PluginEvents>

Properties

id: string

Methods

  • destroy(): void
  • Destroys this Plugin and removes it from its viewer.

    Returns void

Generated using TypeDoc