let
| Yes | null | HTMLDivElement
| null
| Obtain a reference to the tooltip HTML element |
| ref | let
| Yes | null | HTMLDivElement
| null
| Obtain a reference to the trigger text HTML element |
| open | let
| Yes | boolean
| false
| Set to `true` to open the tooltip |
+| align | let
| No | "start" | "center" | "end"
| "center"
| Set the alignment of the tooltip relative to the icon |
| direction | let
| No | "top" | "right" | "bottom" | "left"
| "bottom"
| Set the direction of the tooltip relative to the button |
| hideIcon | let
| No | boolean
| false
| Set to `true` to hide the tooltip icon |
| icon | let
| No | typeof import("carbon-icons-svelte").CarbonIcon
| -- | Specify the icon from `carbon-icons-svelte` to render for the tooltip button
+
Resources are provisioned based on your account's organization.
Bottom Left Start End Center