WDIO Obsidian Service
    Preparing search index...

    Type Alias ObsidianInstallerInfo

    Metadata about a specific Obsidian desktop installer.

    type ObsidianInstallerInfo = {
        digest: string;
        electron: string;
        chrome: string;
        platforms: string[];
    }
    Index

    Properties

    digest: string

    Hash of the file content. For releases from before GitHub started storing digests, this will be set to file "id" which also changes if the file is updated.

    electron: string

    Electron version

    chrome: string

    Chrome version

    platforms: string[]

    platform-arch combinations supported by the installer