geoview-core - v2.2.0
    Preparing search index...

    Class AbstractPluginAbstract

    Plugin abstract base class.

    Index

    Constructors

    Properties

    controllerRegistry: ControllerRegistry

    The controller registry for the plugin

    createRoot: (container: Container, options?: RootOptions) => Root

    The plugin createRoot object

    Type Declaration

      • (container: Container, options?: RootOptions): Root
      • createRoot lets you create a root to display React components inside a browser DOM node.

        Parameters

        • container: Container
        • Optionaloptions: RootOptions

        Returns Root

    mapViewer: MapViewer

    The map viewer for the plugin

    pluginId: string

    The id of the plugin

    pluginProps?: unknown

    The plugin properties

    react: __module

    The plugin react object

    translate?: __module

    The plugin translate object

    useTheme: <T = Theme>() => T

    The plugin useTheme object

    Methods