AI Disclosure: This page was generated by an LLM and may contain inaccuracies. Hand-crafted documentation will be implemented over time on the road to 1.0
PluginPaneContext
Since Plugin API: 1.0.0
Stable reactive projection of one Explorer pane.
The host owns the backing pane and keeps these readonly projections current.
Acquire a pane explicitly through api.explorer and do not retain it after
the owning plugin API is invalidated.
Signature
interface PluginPaneContext {
readonly id: string;
readonly listing: PluginPaneListing;
readonly selection: PluginPaneSelection;
readonly navigation: PluginPaneNavigation;
readonly view: PluginPaneView;
readonly workspaceFolder: PluginPaneWorkspaceFolder | null;
}Members
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | - |
listing | PluginPaneListing | yes | - |
selection | PluginPaneSelection | yes | - |
navigation | PluginPaneNavigation | yes | - |
view | PluginPaneView | yes | - |
workspaceFolder | PluginPaneWorkspaceFolder| null | yes | - |