geoview-core
    Preparing search index...

    Class AbstractPluginAbstract

    Plugin abstract base class.

    Index

    Constructors

    Properties

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

    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
    pluginId: string
    pluginProps?: unknown
    react: __module
    translate?: __module
    useTheme: <T = Theme>() => T

    Methods