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

    Interface DocumentSocketRequest

    interface DocumentSocketRequest {
        action: DatabaseAction;
        broadcast: boolean;
        operation: DatabaseOperation;
        type: string;
        userId: string;
    }
    Index

    Properties

    The action of the request

    broadcast: boolean

    Should the response be broadcast to other connected clients?

    Operation parameters for the request

    type: string

    The type of Document being transacted

    userId: string

    The id of the requesting User