Interface IFileBrowserCommands

The identifiers of loaded commands exposed for reuse.

interface IFileBrowserCommands {
    openPath: string;
}

Properties

Properties

openPath: string

Command for opening a file or a directory by path.