ContributedFeatureListener interface
リスナーまたはプラグインのハンドラーに渡すために使用される識別子とプロパティ
- Extends
継承されたプロパティ
name | 実行するハンドラーの名前 |
properties | ハンドラーにフィードするプロパティ |
継承されたプロパティの詳細
name
実行するハンドラーの名前
name: string
プロパティ値
string
properties
ハンドラーにフィードするプロパティ
properties: {[key: string]: any}
プロパティ値
{[key: string]: any}
ContributedFeatureHandlerSettings.propertiesから継承