ContributedFeatureListener interface

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

Extends

Inherited Properties

name

Name of the handler to run

properties

Properties to feed to the handler

Inherited Property Details

name

Name of the handler to run

name: string

Property Value

string

Inherited From ContributedFeatureHandlerSettings.name

properties

Properties to feed to the handler

properties: {[key: string]: any}

Property Value

{[key: string]: any}

Inherited From ContributedFeatureHandlerSettings.properties