moderator-toolbox-nxg-for-reddit / modules/queue_overlay/components/QueueOverlay

modules/queue_overlay/components/QueueOverlay

Functions

showQueueOverlay()

showQueueOverlay(props): QueueOverlayHandle

Defined in: extension/data/modules/queue_overlay/components/QueueOverlay.tsx:253

Shows the QueueOverlay, or updates the already-visible instance to the requested type.

Parameters

props

Omit<QueueOverlayProps, "onClose" | "instanceRef">

Overlay props (without onClose and instanceRef, which are managed internally).

Returns

QueueOverlayHandle

A handle that allows external callers to switch the active queue type.