geoview-core
    Preparing search index...

    Type Alias BasemapErrorEvent

    Define an event for the delegate.

    type BasemapErrorEvent = {
        error: Error;
    }
    Index

    Properties

    Properties

    error: Error