Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each item in the array is an object containing following properties:

  • icon?: String|Object|Array classes for displaying an icon. Defaults to fal fa-external-link-square

  • i18n: String i18n key of the link label.

  • action?: Object store action to dispatch.

    • type: name of the action to dispatch

    • payload?: payload to pass to the action

  • routing?: An object for routing (same props than what a b-link would accept)