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

    Interface ProseMirrorHistory

    interface ProseMirrorHistory {
        step: Step;
        userId: string;
    }
    Index

    Properties

    Properties

    step: Step

    The step that was submitted.

    userId: string

    The ID of the user who submitted the step.