ContributedFeatureValueRule interface
A rule for dynamically getting the enabled/disabled state of a feature
- Extends
name | Name of the handler to run |
properties | Properties to feed to the handler |
Name of the handler to run
name: string
Property Value
string
Inherited From ContributedFeatureHandlerSettings.name
Properties to feed to the handler
properties: {[key: string]: any}
Property Value
{[key: string]: any}
Inherited From ContributedFeatureHandlerSettings.properties