RolloutParameterValue interface

Interface representing a parameter value linked to a Rollout.

Signature:

export interface RolloutParameterValue 

Properties

Property Type Description
rolloutValue RolloutValue The value returned by a Rollout.

RolloutParameterValue.rolloutValue

The value returned by a Rollout.

Signature:

rolloutValue: RolloutValue;