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

    Interface LDPluginSdkMetadata

    Metadata about the SDK that is running the plugin.

    interface LDPluginSdkMetadata {
        name: string;
        version: string;
        wrapperName?: string;
        wrapperVersion?: string;
    }
    Index

    Properties

    name: string

    The name of the SDK.

    version: string

    The version of the SDK.

    wrapperName?: string

    If this is a wrapper SDK, then this is the name of the wrapper.

    wrapperVersion?: string

    If this is a wrapper SDK, then this is the version of the wrapper.