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

interface ContributedFeatureValueRule {
    name?: string;
    properties?: { [key: string]: any };
}

Hierarchy (View Summary)

Properties

Properties

name?: string

Name of the handler to run

properties?: { [key: string]: any }

Properties to feed to the handler