Trigger

Reference

forundefined
String
Id of the component for that trigger
Slots
default
Slot for element that triggers events. Slot props: reference, onTrigger and isOpen

Notes

This component does not create any elements and is used to trigger some actions on other components, for example opening dropdowns, modals or sidepanels by their id. Note that components have build in methods of interacting (slots, v-models etc) so this component is never required and is just and alternative. Elements that trigger those actions should be placed inv-trigger component default slot. See examples of the usage in the dropdown, modal or sidepanel documentation.