diff --git a/packages/react/src/TooltipV2/Tooltip.docs.json b/packages/react/src/TooltipV2/Tooltip.docs.json index 439ad9ad165..5b56bc7d269 100644 --- a/packages/react/src/TooltipV2/Tooltip.docs.json +++ b/packages/react/src/TooltipV2/Tooltip.docs.json @@ -57,7 +57,13 @@ "name": "keybindingHint", "type": "string", "description": "Optional keybinding hint to indicate the availability of a keyboard shortcut. Supported syntax is described in the docs for the `KeybindingHint` component." + }, + { + "name": "delay", + "type": "'short' | 'medium' | 'long'", + "defaultValue": "short", + "description": "Sets the delay before showing the tooltip. `short` is 50ms (default), `medium` is 400ms, and `long` is 1200ms." } ], "subcomponents": [] -} \ No newline at end of file +}