moderator-toolbox-nxg-for-reddit / shared/window/Backdrop

shared/window/Backdrop

Functions

Backdrop()

Backdrop(onClickOutside): Element

Defined in: extension/data/shared/window/Backdrop.tsx:13

Renders a full-viewport dimmed overlay. Calls onClickOutside when the user clicks the backdrop area or presses Escape.

Parameters

onClickOutside

Called when the user dismisses the backdrop.

children

ReactNode

className?

string

onClickOutside?

() => void

Returns

Element