Skip to content

Open

Opens the specified route in a separate tab in your browser. Can be used, for example, to view self-created newsletters, products, etc.

route

type: string

Defines which route should be used to open the current resource

yaml
actions:
    open:
        type: open
        route: my_open_route

target

type: string

The target attribute specifies the target window base of a reference. If you use _view, the target window will be a new enhavo view.

yaml
actions:
    open:
        target: _targetOption