Skip to main content

exploreStore

MS Code Extension API


MS Code Extension API / features/explorer/store/exploreStore

features/explorer/store/exploreStore

Type Aliases

InlineAction

InlineAction = object

Defined in: features/explorer/store/exploreStore.ts:7

Properties

initialValue

initialValue: string

Defined in: features/explorer/store/exploreStore.ts:11

parentPath

parentPath: string

Defined in: features/explorer/store/exploreStore.ts:10

targetPath?

optional targetPath?: string

Defined in: features/explorer/store/exploreStore.ts:9

type

type: "newFile" | "newFolder" | "rename"

Defined in: features/explorer/store/exploreStore.ts:8

Variables

useExplorerStore

const useExplorerStore: UseBoundStore<StoreApi<ExplorerState>>

Defined in: features/explorer/store/exploreStore.ts:34

State store managing file explorer views, contextual interactive actions, active workspace loading coordinates, and folder visibility expansion history trees.