blessed-components - v1.20.0
    Preparing search index...

    Interface FilePickerEntry

    File picker entry rendered by renderFilePicker.

    interface FilePickerEntry {
        name: string;
        path: string;
        type: "directory" | "file";
    }
    Index

    Properties

    Properties

    name: string

    Entry basename.

    path: string

    Full or relative path.

    type: "directory" | "file"

    Entry kind.