ContributedFeatureStateQuery interface
A query for the effective contributed feature states for a list of feature ids
Properties
feature |
The list of feature ids to query |
feature |
The query result containing the current feature states for each of the queried feature ids |
scope |
A dictionary of scope values (project name, etc.) to use in the query (if querying across scopes) |
Property Details
featureIds
The list of feature ids to query
featureIds: string[]
Property Value
string[]
featureStates
The query result containing the current feature states for each of the queried feature ids
featureStates: {[key: string]: ContributedFeatureState}
Property Value
{[key: string]: ContributedFeatureState}
scopeValues
A dictionary of scope values (project name, etc.) to use in the query (if querying across scopes)
scopeValues: {[key: string]: string}
Property Value
{[key: string]: string}