Interface DebugOptions

interface DebugOptions {
    debugMutations?: boolean;
    disableSubmit?: boolean;
    remoteMutations?: boolean;
}

Properties

debugMutations?: boolean

Enables browser side logging of ShareDB operations

disableSubmit?: boolean

Disable submitting of local operations to remote backend

remoteMutations?: boolean