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

    Interface LDPluginEnvironmentMetadata

    Metadata about the environment where the plugin is running.

    interface LDPluginEnvironmentMetadata {
        application?: LDPluginApplicationMetadata;
        clientSideId: string;
        sdk: LDPluginSdkMetadata;
    }
    Index

    Properties

    Metadata about the application where the LaunchDarkly SDK is running.

    Only present if any application information is available.

    clientSideId: string

    The client-side ID used to initialize the SDK.

    Metadata about the SDK that is running the plugin.