tabStore
MS Code Extension API / store/tabStore
store/tabStore
Interfaces
Tab
Defined in: store/tabStore.ts:10
Defines the schema for a workspace tab.
Properties
diffData?
optionaldiffData?:object
Defined in: store/tabStore.ts:19
filePath
filePath:
string
modifiedContent
modifiedContent:
string|null
originalContent
originalContent:
string
readOnly
readOnly:
boolean
filePath?
optionalfilePath?:string
Defined in: store/tabStore.ts:14
icon?
optionalicon?:string
Defined in: store/tabStore.ts:15
id
id:
string
Defined in: store/tabStore.ts:11
showBreadcrumb?
optionalshowBreadcrumb?:boolean
Defined in: store/tabStore.ts:18
showQuickBar?
optionalshowQuickBar?:boolean
Defined in: store/tabStore.ts:16
showStatusBar?
optionalshowStatusBar?:boolean
Defined in: store/tabStore.ts:17
title
title:
string
Defined in: store/tabStore.ts:13
type
type:
"code"|"extension"|"page"|"settings"|"image"|"welcome"|"termis"|"keybindings"|"diff"
Defined in: store/tabStore.ts:12
Variables
useTabStore
constuseTabStore:UseBoundStore<StoreApi<TabState>>
Defined in: store/tabStore.ts:53
Global store for managing active workspace tabs, active selection, and history.