Constructor
new WriterRule(action)
Parameters:
Name | Type | Description |
---|---|---|
action | string | The rule action. |
- Source
Classes
Members
action :string
Rule action: copy
, remove
, clear
or replace
.
Type:
- string
- Source
value :any|undefined
Optional value to use for replace action.
Type:
- any |
undefined
- Source