Binary Raw - Docs
    Preparing search index...

    Interface SaveRecentOptions

    Options for saving a recent file.

    interface SaveRecentOptions {
        allowDuplicateNames?: boolean;
        maxRecents?: number;
    }
    Index

    Properties

    allowDuplicateNames?: boolean

    Allow multiple entries with same name (default: false)

    maxRecents?: number

    Maximum number of recent files to keep (default: 20)