ntcore-ts / @ntcore-ts/client / SubscribeOptions
Type Alias: SubscribeOptions
SubscribeOptions =
z.infer<typeofsubscriptionOptionsSchema> &object
Defined in: types/types.ts:30
Type Declaration
immediateNotify?
optionalimmediateNotify?:boolean
If true, invoke the callback once with the current value after registering. This is a client-side option and is not sent to the NT server.