# ActionResetFormProperties

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / ActionResetFormProperties

# Type Alias: ActionResetFormProperties

> **ActionResetFormProperties** = `object`

Represents an action that resets selected interactive form fields to their default values.
If no default value is defined for a field, its value is cleared.
For fields that can have no value, for example, [PushButtonField](../classes/PushButtonField), the action has no effect.

## See

[ActionResetForm](../classes/ActionResetForm)

## Properties

### excludeSpecifiedFields?

> `optional` **excludeSpecifiedFields**: `boolean`

Indicates whether the fields specified by the 'fields' list
should be excluded for processing.
By default this property is "false", which means that the fields
in the list are processed. If this property is set to "true",
the fields in the list are excluded from processing.
