Phials developer documentation
User guide
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

NameTypeRequiredDescription
panePluginPaneContextyesThe pane context
selectedFilesFileEntry[]yesCurrently selected file entries
selectedPathsstring[]yesCurrently selected paths