SubscribeOptions
SubscribeOptions<
TResult> =object
Defined in: packages/@livestore/livestore/src/store/store-types.ts:143
Type Parameters
Section titled “Type Parameters”TResult
Section titled “TResult”TResult
Properties
Section titled “Properties”label?
Section titled “label?”
optionallabel:string
Defined in: packages/@livestore/livestore/src/store/store-types.ts:146
onSubscribe()?
Section titled “onSubscribe()?”
optionalonSubscribe: (query$) =>void
Defined in: packages/@livestore/livestore/src/store/store-types.ts:144
Parameters
Section titled “Parameters”query$
Section titled “query$”LiveQuery<TResult>
Returns
Section titled “Returns”void
onUnsubsubscribe()?
Section titled “onUnsubsubscribe()?”
optionalonUnsubsubscribe: () =>void
Defined in: packages/@livestore/livestore/src/store/store-types.ts:145
Returns
Section titled “Returns”void
otelContext?
Section titled “otelContext?”
optionalotelContext:otel.Context
Defined in: packages/@livestore/livestore/src/store/store-types.ts:148
skipInitialRun?
Section titled “skipInitialRun?”
optionalskipInitialRun:boolean
Defined in: packages/@livestore/livestore/src/store/store-types.ts:147
stackInfo?
Section titled “stackInfo?”
optionalstackInfo:StackInfo
Defined in: packages/@livestore/livestore/src/store/store-types.ts:149