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:top right bottom left top-start top-end right-start right-end bottom-start bottom-end left-start left-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 |