Emitted when this document is deleted

interface DocHandleDeletePayload<T> {
    handle: DocHandle<T>;
}

Type Parameters

  • T

Properties

Properties

handle: DocHandle<T>