Type alias GeolocationClaim

GeolocationClaim: {
    bus: StickySubscribable<GeolocationEvent>;
    close: (() => void);
    isClosed: boolean;
}

Type declaration

  • bus: StickySubscribable<GeolocationEvent>
  • close: (() => void)
      • (): void
      • Returns void

  • Readonly isClosed: boolean

Generated using TypeDoc