Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 707 Bytes

File metadata and controls

22 lines (15 loc) · 707 Bytes

ContextAttributeValue

Properties

Name Type Description Notes
name any A value for a context attribute. [default to undefined]
weight number A relative estimate of the number of contexts seen recently that have a matching value for a given attribute. [default to undefined]

Example

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

const instance: ContextAttributeValue = {
    name,
    weight,
};

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