Skip to content

ntcore-ts / @ntcore-ts/react / SubscribeOptions

Type Alias: SubscribeOptions

SubscribeOptions = z.infer<typeof subscriptionOptionsSchema> & object

Defined in: client/src/lib/types/types.ts:30

Type Declaration

immediateNotify?

optional immediateNotify?: 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.

Released under the MIT License.