LeaderWorkerInnerExtraDevtoolsMessage
Defined in: packages/@livestore/adapter-web/src/web-worker/common/worker-schema.ts:183
Extends
Section titled “Extends”object&object&TaggedRequest<"ExtraDevtoolsMessage",LeaderWorkerInnerExtraDevtoolsMessage,Encoded<object&object>,never,void,void,UnexpectedError, {_tag:"LiveStore.UnexpectedError";cause:unknown;note?:string;payload?:any; },never,this>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new LeaderWorkerInnerExtraDevtoolsMessage(
props,options?):LeaderWorkerInnerExtraDevtoolsMessage
Defined in: node_modules/.pnpm/effect@3.18.0/node_modules/effect/dist/dts/Schema.d.ts:4265
Parameters
Section titled “Parameters”message
Section titled “message”{ _tag: "LSD.Leader.SnapshotReq"; clientId: string; liveStoreVersion: "0.4.0-dev.14"; requestId: string; } | { _tag: "LSD.Leader.EventlogReq"; clientId: string; liveStoreVersion: "0.4.0-dev.14"; requestId: string; } | { _tag: "LSD.Leader.NetworkStatusSubscribe"; clientId: string; liveStoreVersion: "0.4.0-dev.14"; requestId: string; subscriptionId: string; } | { _tag: "LSD.Leader.NetworkStatusUnsubscribe"; clientId: string; liveStoreVersion: "0.4.0-dev.14"; requestId: string; subscriptionId: string; } | { _tag: "LSD.Leader.Disconnect"; clientId: string; liveStoreVersion: "0.4.0-dev.14"; requestId: string; } | { _tag: "LSD.Leader.CommitEventReq"; clientId: string; eventEncoded: { args: any; name: string; }; liveStoreVersion: "0.4.0-dev.14"; requestId: string; } | { _tag: "LSD.Leader.Ping"; clientId: string; liveStoreVersion: "0.4.0-dev.14"; requestId: string; } | { _tag: "LSD.Leader.DatabaseFileInfoReq"; clientId: string; liveStoreVersion: "0.4.0-dev.14"; requestId: string; } | { _tag: "LSD.Leader.SyncHistorySubscribe"; clientId: string; liveStoreVersion: "0.4.0-dev.14"; requestId: string; subscriptionId: string; } | { _tag: "LSD.Leader.SyncHistoryUnsubscribe"; clientId: string; liveStoreVersion: "0.4.0-dev.14"; requestId: string; subscriptionId: string; } | { _tag: "LSD.Leader.SyncingInfoReq"; clientId: string; liveStoreVersion: "0.4.0-dev.14"; requestId: string; } | { _tag: "LSD.Leader.SyncHeadSubscribe"; clientId: string; liveStoreVersion: "0.4.0-dev.14"; requestId: string; subscriptionId: string; } | { _tag: "LSD.Leader.SyncHeadUnsubscribe"; clientId: string; liveStoreVersion: "0.4.0-dev.14"; requestId: string; subscriptionId: string; } | { clientId: string; data: Uint8Array<ArrayBuffer>; liveStoreVersion: "0.4.0-dev.14"; requestId: string; } | { clientId: string; liveStoreVersion: "0.4.0-dev.14"; mode: "all-data" | "only-app-db"; requestId: string; } | { clientId: string; closeLatch: boolean; liveStoreVersion: "0.4.0-dev.14"; requestId: string; } = Devtools.Leader.MessageToApp
options?
Section titled “options?”MakeOptions
Returns
Section titled “Returns”LeaderWorkerInnerExtraDevtoolsMessage
Inherited from
Section titled “Inherited from”Schema.TaggedRequest<LeaderWorkerInnerExtraDevtoolsMessage>()( 'ExtraDevtoolsMessage', { payload: { message: Devtools.Leader.MessageToApp, }, success: Schema.Void, failure: UnexpectedError, }, ).constructor
Properties
Section titled “Properties”message
Section titled “message”
readonlymessage: {_tag:"LSD.Leader.SnapshotReq";clientId:string;liveStoreVersion:"0.4.0-dev.14";requestId:string; } | {_tag:"LSD.Leader.EventlogReq";clientId:string;liveStoreVersion:"0.4.0-dev.14";requestId:string; } | {_tag:"LSD.Leader.NetworkStatusSubscribe";clientId:string;liveStoreVersion:"0.4.0-dev.14";requestId:string;subscriptionId:string; } | {_tag:"LSD.Leader.NetworkStatusUnsubscribe";clientId:string;liveStoreVersion:"0.4.0-dev.14";requestId:string;subscriptionId:string; } | {_tag:"LSD.Leader.Disconnect";clientId:string;liveStoreVersion:"0.4.0-dev.14";requestId:string; } | {_tag:"LSD.Leader.CommitEventReq";clientId:string;eventEncoded: {args:any;name:string; };liveStoreVersion:"0.4.0-dev.14";requestId:string; } | {_tag:"LSD.Leader.Ping";clientId:string;liveStoreVersion:"0.4.0-dev.14";requestId:string; } | {_tag:"LSD.Leader.DatabaseFileInfoReq";clientId:string;liveStoreVersion:"0.4.0-dev.14";requestId:string; } | {_tag:"LSD.Leader.SyncHistorySubscribe";clientId:string;liveStoreVersion:"0.4.0-dev.14";requestId:string;subscriptionId:string; } | {_tag:"LSD.Leader.SyncHistoryUnsubscribe";clientId:string;liveStoreVersion:"0.4.0-dev.14";requestId:string;subscriptionId:string; } | {_tag:"LSD.Leader.SyncingInfoReq";clientId:string;liveStoreVersion:"0.4.0-dev.14";requestId:string; } | {_tag:"LSD.Leader.SyncHeadSubscribe";clientId:string;liveStoreVersion:"0.4.0-dev.14";requestId:string;subscriptionId:string; } | {_tag:"LSD.Leader.SyncHeadUnsubscribe";clientId:string;liveStoreVersion:"0.4.0-dev.14";requestId:string;subscriptionId:string; } | {clientId:string;data:Uint8Array<ArrayBuffer>;liveStoreVersion:"0.4.0-dev.14";requestId:string; } | {clientId:string;liveStoreVersion:"0.4.0-dev.14";mode:"all-data"|"only-app-db";requestId:string; } | {clientId:string;closeLatch:boolean;liveStoreVersion:"0.4.0-dev.14";requestId:string; } =Devtools.Leader.MessageToApp
Defined in: packages/@livestore/adapter-web/src/web-worker/common/worker-schema.ts:187
Inherited from
Section titled “Inherited from”Schema.TaggedRequest<LeaderWorkerInnerExtraDevtoolsMessage>()( 'ExtraDevtoolsMessage', { payload: { message: Devtools.Leader.MessageToApp, }, success: Schema.Void, failure: UnexpectedError, }, ).message