Skip to content

ActionsDropdown API

API reference docs for the Stash ActionsDropdown component. Learn about the props, CSS, and other APIs of this exported module.

Import

ts
import ActionsDropdown from '@leaflink/stash/ActionsDropdown.vue';

Props

NameTypeDefaultDescription
align"left" | "right"leftUsed to position the dropdown relative to target Options: left, right
buttonTextstring '() => t(ll.actions)' Text to be displayed on the trigger button
contentClassstring '' Class to be applied to the dropdown content
disabledbooleanfalseIndicates whether the trigger button is disabled or not

Slots

NameDescription
defaultDropdown content

Events

None