launchdarkly-react-client-sdk - v3.9.0
    Preparing search index...

    Interface IdentifySeriesContext

    Contextual information provided to identify stages.

    interface IdentifySeriesContext {
        context: LDContext;
        timeout?: number;
    }
    Index

    Properties

    Properties

    context: LDContext

    The context associated with the identify operation.

    timeout?: number

    The timeout, in seconds, associated with the identify operation.