...
Each item in the array is an object containing following properties:
icon?
:String|Object|Array
classes for displaying an icon. Defaults tofal fa-external-link-square
i18n
:String
i18n key of the link label.action?
:Object
store action to dispatch.type
: name of the action to dispatchpayload?
: payload to pass to the action
routing?
: An object for routing (same props than what ab-link
would accept)