BaseParams
BaseParams<
TThrowOnFail>:object
The base parameters shared across all actions
Type parameters
• TThrowOnFail extends boolean = boolean
Type declaration
throwOnFail?
optionalreadonlythrowOnFail:TThrowOnFail
Whether to throw on errors or return errors as value on the ‘errors’ property
Defaults to true
Source
packages/actions/src/common/BaseParams.ts:4