Function: getApplicationSource()
function getApplicationSource(state, ...params): object
Get application form source object
Parameters
state
The first argument, often a Redux root state object.
params
...[]
All additional arguments passed into the selector.
Returns
object
A derived value from the state.
metadata
metadata: null | IApplicationFormSourceMetadata = form.source_metadata;
source
source: string = form.source;
Param
BpSdk Redux store