Metadata about the SDK that is running the plugin.

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

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.