@tikoci/centrs
    Preparing search index...

    Interface LoadedCdb

    interface LoadedCdb {
        encrypted: boolean;
        entries: readonly WinBoxCdbEntry[];
        settings: DevicesSettings;
        warnings: readonly DevicesWarning[];
    }
    Index

    Properties

    encrypted: boolean

    True when the source file on disk was encrypted (writes are blocked).

    entries: readonly WinBoxCdbEntry[]
    settings: DevicesSettings
    warnings: readonly DevicesWarning[]