moderator-toolbox-nxg-for-reddit / modules/profile/components/ProfileOverlay

modules/profile/components/ProfileOverlay

Functions

showProfileOverlay()

showProfileOverlay(props): () => void

Defined in: extension/data/modules/profile/components/ProfileOverlay.tsx:251

Mounts the ProfileOverlay into the page, closing any previously open instance first.

Parameters

props

Omit<ProfileOverlayProps, "onClose">

Overlay props (without onClose, which is managed internally).

Returns

A cleanup function that unmounts the overlay.

() => void