moderator-toolbox-nxg-for-reddit / modules/comment/components/ContextPopup
modules/comment/components/ContextPopup¶
Functions¶
showContextPopup()¶
showContextPopup(
props): () =>void
Defined in: extension/data/modules/comment/components/ContextPopup.tsx:79
Mounts a ContextPopup into the page body and returns a handle to close it.
Parameters¶
props¶
Omit<ContextPopupProps, "onClose">
All ContextPopupProps except onClose, which is managed internally.
Returns¶
() => void