WorkspaceProtocolHandler.getSource method
WorkspaceProtocolHandler › getSource
Unofficial
Get the display name of the plugin that registered an action.Signature:
getSource(name: string): null | stringParameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | The action name. |
Returns: null | string — The source plugin display name, or null if none is registered.