PluginregisterHoverLinkSource

Plugin.registerHoverLinkSource() method

Registers a view with the ‘Page preview’ core plugin as an emitter of the ‘hover-link’ event.

Signature:

registerHoverLinkSource(id: string, info: HoverLinkSource): void;

Parameters

ParameterTypeDescription
idstring
infoHoverLinkSource

Returns:

void