TLStoreOptions
type TLStoreOptions = TLStoreBaseOptions & {
collaboration?: {
mode?: null | Signal<"readonly" | "readwrite">;
status: null | Signal<"offline" | "online">;
};
id?: string;
} & TLStoreSchemaOptions;Prev
TLStoreEventInfoNext
TLStoreSchemaOptions