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: packages/abc/reuse-tab/index.en-US.md
+1
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,7 @@ Turning on `keepingScroll` will restore the previous scrollbar position after re
225
225
|`[disabled]`| Whether to disabled |`boolean`|`false`|
226
226
|`[titleRender]`| Custom rendering of the title |`TemplateRef<{ $implicit: ReuseItem }>`| - |
227
227
|`[storageState]`| Whether to store the state, keep the last browser state |`boolean`|`false`|
228
+
|`[canClose]`| A function to determine what should be closed |`(options: { item: ReuseItem; includeNonCloseable: boolean }) => Observable<boolean>`| - |
228
229
|`(close)`| Close callback event |`EventEmitter`| - |
229
230
|`(change)`| Callback when switching |`EventEmitter`| - |
0 commit comments