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:

ParameterTypeDescription
namestringThe action name.

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