Represents the component pieces of an extensions fully qualified name, along with the fully qualified name.

interface ExtensionIdentifier {
    extensionName?: string;
    publisherName?: string;
}

Properties

extensionName?: string

The ExtensionName component part of the fully qualified ExtensionIdentifier

publisherName?: string

The PublisherName component part of the fully qualified ExtensionIdentifier