Skip to content
On this page

NcActionRouter

Props

Prop nameDescriptionTypeValuesDefault
iconIcon to show with the action, can be either a CSS class or an URLstring-''
titleTitle to show next to the iconstring-''
closeAfterClickWhether we close the Actions menu after the clickboolean-false
ariaLabelAria label for the button. Not needed if the button has text.string-''
torouter-link to prop https://router.vuejs.org/api/#tostring|object-''
exactrouter-link exact prop https://router.vuejs.org/api/#exactboolean-false

Events

Event namePropertiesDescription
clickEmitted when the action is clicked

Slots

NameDescriptionBindings
iconManually provide icon
default