Meta-data about a plugin implementation.

May be used in logs and analytics to identify the plugin.

interface LDPluginMetadata {
    name: string;
}

Properties

Properties

name: string

The name of the plugin.