Skip to content

Commit 8ff3a53

Browse files
committed
feat: add shouldRemainMounted prop
1 parent b0da38b commit 8ff3a53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Shared/types.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,14 @@ interface CommonTabArgsType {
772772
value: string
773773
}[]
774774
}
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
775783
}
776784

777785
export interface InitTabType extends CommonTabArgsType {

0 commit comments

Comments
 (0)