This component can be used to show shortcuts to applications, pages or external sources. It can be controlled by the user and any changes will be persisted to the backend if setup correctly.
Name | Description |
---|---|
id
|
Unique id of the shortcut. |
label
|
Label of the shortcut. |
description
|
Description of the shortcut. |
icon
|
Icon name for the shortcut. |
link
|
Link of the shortcut. |
useRouter
|
Whether to use the Router to parse the link. |
The ShortcutsService
can be used to control the
shortcuts outside of the Shortcuts component. This
is particularly useful to control the shortcuts from other
components for actions like creating, updating or deleting them.
Here's the list of all available methods from
ShortcutsService
: