We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0da38b commit 8ff3a53Copy full SHA for 8ff3a53
src/Shared/types.ts
@@ -772,6 +772,14 @@ interface CommonTabArgsType {
772
value: string
773
}[]
774
}
775
+ /**
776
+ * If true, the fixed tab remains mounted on initial load of the component
777
+ *
778
+ * Note: Not for dynamic tabs atm
779
780
+ * @default false
781
+ */
782
+ shouldRemainMounted?: boolean
783
784
785
export interface InitTabType extends CommonTabArgsType {
0 commit comments