Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 869 Bytes

File metadata and controls

24 lines (17 loc) · 869 Bytes

Target

Properties

Name Type Description Notes
values Array<string> A list of the keys for targets that will receive this variation because of individual targeting [default to undefined]
variation number The index, from the array of variations for this flag, of the variation to serve this list of targets [default to undefined]
contextKind string The context kind of the individual target [optional] [default to undefined]

Example

import { Target } from 'launchdarkly-api-typescript';

const instance: Target = {
    values,
    variation,
    contextKind,
};

[Back to Model list] [Back to API list] [Back to README]