Skip to content

Interface: BindServiceOptions

Defined in: src/wirestate-core/bind/bind-service.ts:35

Represents options for bindService.

Extended by

Properties

isWithIgnoreLifecycle?

ts
readonly optional isWithIgnoreLifecycle?: boolean;

Defined in: src/wirestate-core/bind/bind-service.ts:43

Skip @OnActivated and @OnDeactivation.

Command, query, and event handlers are still wired.

Default

ts
false