Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface CanvasHistoryEvent

    interface CanvasHistoryEvent {
        data: object[];
        options: object;
        type: "create" | "update" | "delete";
    }
    Index

    Properties

    Properties

    data: object[]

    The data corresponding to the action which may later be un-done

    options: object

    The options of the undo operation

    type: "create" | "update" | "delete"

    The type of operation stored as history