Function nextCollectorValues
nextCollectorValues( payload: { fields: DaVinciField[]; formData: { value: Record<string, unknown> }; passwordPolicy?: PasswordPolicy; },): { payload: { fields: DaVinciField[]; formData: { value: Record<string, unknown> }; passwordPolicy?: PasswordPolicy; }; type: string;} Returns {
payload: {
fields: DaVinciField[];
formData: { value: Record<string, unknown> };
passwordPolicy?: PasswordPolicy;
};
type: string;
}
Properties
match
match: ( action: unknown,) => action is { payload: { fields: DaVinciField[]; formData: { value: Record<string, unknown> }; passwordPolicy?: PasswordPolicy; }; 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