UXP Toolkit
    Preparing search index...

    Options for the history state that Document.suspendHistory will create.

    objects/options

    interface HistoryStateInfo {
        documentID: number;
        name: string;
    }
    Index

    Properties

    Properties

    documentID: number

    The target document's ID that will have its history suspended with suspendHistory.

    23.0

    name: string

    Name of the history state to be shown in History panel

    23.0