Skip to main content
Module

x/earthstar/mod.ts>SyncAgentDocEvent

Storage for private, distributed, offline-first applications.
Latest
type alias SyncAgentDocEvent
import { type SyncAgentDocEvent } from "https://deno.land/x/earthstar@v10.2.2/mod.ts";

An event with an Earthstar document and corresponding ID.

definition: { kind: "DOC"; thumbnail: DocThumbnail; doc: DocBase<string>; attachmentHeld: boolean; }