Reset Form Action
Creates action instance.
Parameters
form Fields
List of target form fields.
exclude Form Fields
true
to reset all fields except target form fields
false
to reset only the target form fields.
constructor(@NonNull fieldNames: List<String>, excludeFormFields: Boolean, @Nullable subActions: List<Action>)
Creates action instance.
Parameters
field Names
List of target form field names.
exclude Form Fields
true
to reset all fields except target form fields
false
to reset only the target form fields.
sub Actions
List of sub-actions of this action.