You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `_blank` | Usually a new tab, but users can configure browsers to open a new window instead |
48
+
| `_self` | The current browsing context |
49
+
| `_parent` | The parent browsing context of the current one. If no parent, behaves as `_self` |
50
+
| `_top` | The topmost browsing context (the "highest" context that's an ancestor of the current one). If no ancestors, behaves as `_self` |
51
+
52
+
Default: `_blank`
53
+
54
+
::: warning
55
+
This property takes precedence over `behaviour.target` from `config.yml`. You can read more in the [configuration](../reference/configuration.md#target)
56
+
:::
57
+
34
58
## Icon
35
59
36
60
Service icon. Allows you to quickly find the required item.
0 commit comments