Skip to content
On this page

VextCircleSettingsMenu

Props

Prop nameDescriptionTypeValuesDefault
modelValueWhether to show the menu - use with v-model.boolean-
xMenu center position on the x axisnumber-10
yMenu center position on the y axisnumber-10
closeOnClickWhether to close the menu after an item was clicked.boolean-true
backgroundWhether to display a background for the menu.boolean-true
itemsPerLevelHow many items per level to allow (default 8), must be greater than 0.
Could be useful when doing custom rendering.
number-8
zIndexCSS z-index to use for the menunumber|string-300

Events

Event namePropertiesDescription
update:modelValuevalue Boolean - new model valueCalled when the modelValue is updated
closeCalled when the menu is closed via the close button or an outside click.
clickitem Object - the item that was clickedCalled when an item is clicked - with the item as parameter.