Skip to content

Documentation / @ember-data/store / configure / setupSignals

Function: setupSignals()

ts
function setupSignals<T>(buildConfig): void;

Defined in: warp-drive-packages/core/declarations/store/-private/new-core-tmp/reactivity/configure.d.ts:155

Configures the signals implementation to use. Supports multiple implementations simultaneously.

See HooksOptions for the options passed to the provided function when called.

See SignalHooks for the implementation the callback function should return.

Type Parameters

T

T

Parameters

buildConfig

(options) => SignalHooks<T>

a function that takes options and returns a configuration object

Returns

void

Released under the MIT License.