Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface VersionRestore

    interface VersionRestore {
        operationKey: string;
        params: { message: string; versionNumber: number };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    operationKey: string

    Set to 'restore'.

    params: { message: string; versionNumber: number }

    Type declaration

    • message: string

      Description for the version.

    • versionNumber: number

      The version number to be restored.