ContributedFeatureListener interface
An identifier and properties used to pass into a handler for a listener or plugin
- Extends
name | Name of the handler to run |
properties | Properties to feed to the handler |
Name of the handler to run
name: string
Property Value
string
Inherited From ContributedFeatureHandlerSettings.name
Properties to feed to the handler
properties: {[key: string]: any}
Property Value
{[key: string]: any}
Inherited From ContributedFeatureHandlerSettings.properties