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

    Variable useStoreLayerAllowedMosaicMethodsConst

    useStoreLayerAllowedMosaicMethods: (
        layerPath: string,
    ) => TypeMosaicMethod[] | undefined = ...

    Hook that returns the allowed mosaic methods for a specific layer.

    Type Declaration

      • (layerPath: string): TypeMosaicMethod[] | undefined
      • Parameters

        • layerPath: string

        Returns TypeMosaicMethod[] | undefined