Function nextCollectorValues
nextCollectorValues( payload: { fields: DaVinciField[]; formData: { value: Record<string, unknown> }; },): { payload: { fields: DaVinciField[]; formData: { value: Record<string, unknown> }; }; type: string;} Parameters
- payload: { fields: DaVinciField[]; formData: { value: Record<string, unknown> } }
Returns {
payload: {
fields: DaVinciField[];
formData: { value: Record<string, unknown> };
};
type: string;
}
Properties
match
match: ( action: unknown,) => action is { payload: { fields: DaVinciField[]; formData: { value: Record<string, unknown> }; }; type: string;} type
type: string
Const
nextCollectorValues - Action for setting the next collector values
See
https://redux-toolkit.js.org/api/createAction
This is for internal "collector" setup for handling the state of the current node