Automerge Repo - v2.3.0-alpha.0
    Preparing search index...

    Interface DocHandleDeletePayload<T>

    Emitted when this document is deleted

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

    Type Parameters

    • T
    Index

    Properties

    Properties

    handle: DocHandle<T>