VToggletip
Props
| Name | Type | Description |
|---|---|---|
| anchor | Enum: string HTMLElement | ID or direct reference to the component's anchor element. |
| headline | string | the optional title of the toggletip |
| alternate | boolean | toggle color scheme |
| placement | Enum:toprightbottomlefttop-starttop-endright-startright-endbottom-startbottom-endleft-startleft-end | placement of the toggletip |
| open | boolean | indicates whether the toggletip is open |
Slots
| Name | Description |
|---|---|
| default | The content to display in the toggletip. |
| anchor | Used to set the anchor element for the toggletip. |
| action-items | The content to display in the toggletip action items. |
Methods
| Name | Type | Description |
|---|---|---|
| openChanged | (oldValue: boolean,newValue: boolean) => void |