Skip to main content

Function: selectAddressValidationOptions()

function selectAddressValidationOptions(state, ...params): undefined | IAddressValidationOptions

Selects options for Google address validation. Included and excluded partial question codes decide whether a question group (by its parent question) should use address validation.

Parameters

state

The first argument, often a Redux root state object.

params

...[]

All additional arguments passed into the selector.

Returns

undefined | IAddressValidationOptions

A derived value from the state.

Param

BpSdk redux store