AI Notice: Most documentation right now was auto-generated by an LLM. Handwritten documentation will be implemented over time on the road to 1.0
SelectionContext
Context passed to selection provider callbacks
Signature
interface SelectionContext {
pane: PluginPaneContext;
selectedFiles: FileEntry[];
selectedPaths: string[];
}Members
| Name | Type | Required | Description |
|---|---|---|---|
pane | PluginPaneContext | yes | The pane context |
selectedFiles | FileEntry[] | yes | Currently selected file entries |
selectedPaths | string[] | yes | Currently selected paths |