pentf
    Preparing search index...

    Type Alias WatchState

    WatchState: {
        current_view: "default" | "pattern";
        cursor_pos: number;
        file_pattern: string;
        last_changed_file: string;
        running: boolean;
        selected_file: null | string;
        selected_row: number;
        selection_active: boolean;
    }

    Type Declaration

    • current_view: "default" | "pattern"
    • cursor_pos: number
    • file_pattern: string
    • last_changed_file: string
    • running: boolean
    • selected_file: null | string
    • selected_row: number
    • selection_active: boolean