TLStoreOptions

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