Skip to content
On this page

VToggletip

Props

NameTypeDescription
anchorEnum:
string
HTMLElement
ID or direct reference to the component's anchor element.
headlinestringthe optional title of the toggletip
alternatebooleantoggle color scheme
placementEnum:
top
right
bottom
left
top-start
top-end
right-start
right-end
bottom-start
bottom-end
left-start
left-end
placement of the toggletip
openbooleanindicates whether the toggletip is open

Slots

NameDescription
defaultThe content to display in the toggletip.
anchorUsed to set the anchor element for the toggletip.
action-itemsThe content to display in the toggletip action items.

Methods

NameTypeDescription
openChanged(oldValue: boolean,newValue: boolean) => void