Documentation - v19.2.0-dev
    Preparing search index...

    Hierarchy

    • PluginBaseClass
      • PluginsUIPlugin
    Index

    Constructors

    Properties

    name: string

    Display name of the plugin

    settings: TSettings

    Plugin settings

    viewer: Viewer
    ToolbarItems: {
        MeasureLineToolbarItem: () => Element;
        ObjectTransformToolbarItem: () => Element;
        ShowExportPlanWidgetToolbarItem: () => Element;
        ShowProjectionsWidgetToolbarItem: () => Element;
        TeiaSearchToolbarItem: () => Element;
        ZoneToolbarItem: () => Element;
    } = ...

    Methods

    • Returns void

    • List of plugins this plugin depends on

      Returns readonly (keyof ViewerPluginRegistry)[]

    • Indicates whether the plugin has settings

      Returns boolean

    • Called when the plugin is registered in the viewer.

      Returns void

    • Called when the plugin is unregistred from the viewer.

      Returns void