Skip to content

WorkspaceProtocolHandler.getSource method

WorkspaceProtocolHandler › getSource

Unofficial

Get the display name of the plugin that registered an action.

Signature:

getSource(name: string): null | string

Parameters:

Parameter Type Description
name string The action name.

Returns: null | stringThe source plugin display name, or null if none is registered.