diff --git a/site/src/pages/components/invokers.explainer.mdx b/site/src/pages/components/invokers.explainer.mdx index 70d4c5d7e..7668dd7e5 100644 --- a/site/src/pages/components/invokers.explainer.mdx +++ b/site/src/pages/components/invokers.explainer.mdx @@ -373,6 +373,7 @@ that this list is ordered and higher rules take precedence: | `<* popover>` | `'showPopover'` | Call `.showPopover()` on the invokee | | `` | `'auto'` | If the `` is not `open`, call `showModal()`, otherwise cancel the dialog | | `` | `'toggleModal'` | If the `` is not `open`, call `showModal()`, otherwise cancel the dialog | +| `` | `'toggle'` | If the `` is not `open`, call `show()`, otherwise close the dialog | | `` | `'cancel'` | If the `` is `open`, cancel the dialog | | `` | `'showModal'` | If the `` is not `open`, call `showModal()` | | `` | `'close'` | If the `` is `open`, close and use the button `value` for returnValue |