An identifier and properties used to pass into a handler for a listener or plugin

interface ContributedFeatureListener {
    name?: string;
    properties?: { [key: string]: any };
}

Hierarchy (View Summary)

Properties

Properties

name?: string

Name of the handler to run

properties?: { [key: string]: any }

Properties to feed to the handler