geoview-core
    Preparing search index...

    Function useAppStoreActions

    • Returns {
          addMessage: (
              type: SnackbarType,
              messageKey: string,
              param?: string[],
          ) => void;
          addNotification: (notif: NotificationDetailsType) => void;
          removeAllNotifications: () => void;
          removeNotification: (key: string) => void;
          setCrosshairActive: (active: boolean) => void;
          setDisplayLanguage: (lang: TypeDisplayLanguage) => Promise<void>;
          setDisplayTheme: (theme: TypeDisplayTheme) => void;
          setFullScreenActive: (active: boolean, element?: TypeHTMLElement) => void;
      }