extensionClient property

RohdExtensionClient? extensionClient
final

Optional ROHD extension client for handshaking.

When provided, the viewer queries the extension for available source formats whenever the selected module changes. The "Go to ROHD" and "Go to SV" context-menu items are shown only for the formats the extension reports as available for the current module.

Supply a FlcExtensionClient in DevTools mode, a VscodeSchematicExtensionClient in VS Code webview mode, or leave null / omit to show all go-to options unconditionally.

Implementation

final RohdExtensionClient? extensionClient;