From 96b4915453eb77316f28c35d14ffff57521c417d Mon Sep 17 00:00:00 2001 From: nickonometry Date: Wed, 28 Feb 2024 10:46:31 -0500 Subject: [PATCH] chore(popover): added comment docs for the delay property and attribute --- src/lib/popover/popover.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/popover/popover.ts b/src/lib/popover/popover.ts index 57f976521..22647b16f 100644 --- a/src/lib/popover/popover.ts +++ b/src/lib/popover/popover.ts @@ -42,6 +42,7 @@ declare global { * @property {number} longpressDelay - The delay in milliseconds before a longpress event is detected. * @property {boolean} persistentHover - Whether or not the popover should remain open when the user hovers outside the popover. * @property {number} hoverDismissDelay - The delay in milliseconds before the popover is dismissed when the user hovers outside of the popover. + * @property {number} delay - The delay in milliseconds before the popover is shown. * * @attribute {string} arrow - Whether or not the popover should render an arrow. * @attribute {string} animation-type - The animation type to use for the popover. Valid values are `'none'`, `'fade'`, `'slide'`, and `'zoom'` (default). @@ -49,6 +50,7 @@ declare global { * @attribute {string} longpress-delay - The delay in milliseconds before a longpress event is detected. * @attribute {string} persistent-hover - Whether or not the popover should remain open when the user hovers outside the popover. * @attribute {string} hover-dismiss-delay - The delay in milliseconds before the popover is dismissed when the user hovers outside of the popover. + * @attribute {number} delay - The delay in milliseconds before the popover is shown. * * @event {CustomEvent