Skip to main content

Function: getDisplayFriendlyVehicleOptionsSelection()

function getDisplayFriendlyVehicleOptionsSelection(state, ...params): object

Returns user friendly/display friendly object containing the vehicle year/make/model

Parameters

state

The first argument, often a Redux root state object.

params

...[string]

All additional arguments passed into the selector.

Returns

object

A derived value from the state.

configuration

configuration: string = '';

make

make: string = '';

model

model: string = '';

year

year: string | number;

Param

The BpSdk Redux store

Param

Question Group ID