JSONRegexFeature interface
Exported Model - A Pattern feature.
Properties
activated | Indicates if the Pattern feature is enabled. |
name | Name of the feature. |
pattern | The Regular Expression to match. |
Property Details
activated
Indicates if the Pattern feature is enabled.
activated?: boolean
Property Value
boolean
name
Name of the feature.
name?: string
Property Value
string
pattern
The Regular Expression to match.
pattern?: string
Property Value
string