routeClientDestinations
routeClientDestinations<
T>(destinations,__namedParameters):T[]
Defined in: @storesynk/core/dist/analytics-routing.d.ts:16
Which client destinations should be enabled, given the raw track-client / track-server
attribute values (null = attribute absent).
Type Parameters
Section titled “Type Parameters”T extends object
Parameters
Section titled “Parameters”destinations
Section titled “destinations”readonly T[]
__namedParameters
Section titled “__namedParameters”trackClient
Section titled “trackClient”string | null
trackServer
Section titled “trackServer”string | null
Returns
Section titled “Returns”T[]