MakeCode Embed
    Preparing search index...

    Interface Header

    interface Header {
        _rev: string;
        anonymousSharePreference?: boolean;
        backupRef?: string;
        board?: string;
        cloudCurrent: boolean;
        cloudLastSyncTime: number;
        cloudUserId?: string;
        cloudVersion: string;
        editor: string;
        extensionUnderTest?: string;
        githubCurrent?: boolean;
        githubId?: string;
        githubTag?: string;
        icon?: string;
        id: string;
        isBackup?: boolean;
        isDeleted: boolean;
        isSkillmapProject?: boolean;
        meta: {
            blocksHeight?: number;
            blocksWidth?: number;
            versions?: TargetVersions;
        };
        modificationTime: number;
        name: string;
        path?: string;
        pubCurrent: boolean;
        pubId: string;
        pubPermalink?: string;
        pubVersions?: { id: string; type: "snapshot"
        | "permalink" }[];
        recentUse: number;
        saveId?: any;
        target: string;
        targetVersion: string;
        temporary?: boolean;
        tutorial?: TutorialOptions;
        tutorialCompleted?: { id: string; steps: number };
    }

    Hierarchy

    • InstallHeader
      • Header
    Index
    _rev: string
    anonymousSharePreference?: boolean
    backupRef?: string
    board?: string
    cloudCurrent: boolean
    cloudLastSyncTime: number
    cloudUserId?: string
    cloudVersion: string
    editor: string
    extensionUnderTest?: string
    githubCurrent?: boolean
    githubId?: string
    githubTag?: string
    icon?: string
    id: string
    isBackup?: boolean
    isDeleted: boolean
    isSkillmapProject?: boolean
    meta: { blocksHeight?: number; blocksWidth?: number; versions?: TargetVersions }
    modificationTime: number
    name: string
    path?: string
    pubCurrent: boolean
    pubId: string
    pubPermalink?: string
    pubVersions?: { id: string; type: "snapshot" | "permalink" }[]
    recentUse: number
    saveId?: any
    target: string
    targetVersion: string
    temporary?: boolean
    tutorial?: TutorialOptions
    tutorialCompleted?: { id: string; steps: number }