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
Copy file name to clipboardExpand all lines: docs/content/8.references/6.hub-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ The built-in variants of the open dock union (`DevframeDockEntryRegistry`, `@dev
137
137
138
138
| Type | The hub UI provider renders |
139
139
|---|---|
140
-
|`iframe`| the entry's `url` in a kept-alive iframe (per `frameId` when shared); honor `subTabs` soft nav |
140
+
|`iframe`| the entry's `url` in a kept-alive iframe (per `frameId` when shared); honor `subTabs` soft nav; force the existing address bar with `showAddressBar`; override Back, Reload, and Open externally visibility with `controls.back`, `controls.reload`, and `controls.openExternal`|
141
141
|`action`| a dock-rail button; activating runs its client script |
142
142
|`custom-render`| a container its client script mounts into |
143
143
|`launcher`| a launch call-to-action reflecting `launcher.status`|
0 commit comments