PatternFeatureInfo interface
Pattern feature.
- Extends
Properties
pattern | The Regular Expression to match. |
Inherited Properties
enabled |
Indicates if the feature is enabled for all models in the application. |
id | A six-digit ID used for Features. |
is |
Indicates if the feature is enabled. |
name | The name of the Feature. |
Property Details
pattern
The Regular Expression to match.
pattern?: string
Property Value
string
Inherited Property Details
enabledForAllModels
Indicates if the feature is enabled for all models in the application.
enabledForAllModels?: boolean
Property Value
boolean
Inherited From FeatureInfoObject.enabledForAllModels
id
A six-digit ID used for Features.
id?: number
Property Value
number
Inherited From FeatureInfoObject.id
isActive
Indicates if the feature is enabled.
isActive?: boolean
Property Value
boolean
Inherited From FeatureInfoObject.isActive