Adds a compass on the viewer

Hierarchy

Constructors

Properties

viewer: Viewer
VERSION: string = PKG_VERSION

Expected version of the core DO NOT USE on custom plugins

id: "compass" = 'compass'

Unique identifier of the plugin

readonlyOptions: (keyof CompassPluginConfig)[] = ...

Methods

  • Type Parameters

    • T extends never

      the name of event

    • E extends never

      the class of the event

    Parameters

    • type: T
    • callback: EventListenerObject | ((e) => void)
    • Optional options: boolean | AddEventListenerOptions
      Optional

    Returns void

Generated using TypeDoc