ContributedFeatureValueRule interface

A rule for dynamically getting the enabled/disabled state of a feature

Extends

Inherited Properties

name

Name of the handler to run

properties

Properties to feed to the handler

Inherited Property Details

name

Name of the handler to run

name: string

Property Value

string

Inherited From ContributedFeatureHandlerSettings.name

properties

Properties to feed to the handler

properties: {[key: string]: any}

Property Value

{[key: string]: any}

Inherited From ContributedFeatureHandlerSettings.properties