Base class for an event callback for an extension

interface ExtensionEventCallback {
    uri?: string;
}

Properties

Properties

uri?: string

The uri of the endpoint that is hit when an event occurs