Interface LDPluginEnvironmentMetadata

Metadata about the environment where the plugin is running.

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

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.