EntryPointNode

constructor(workbench: AvailWorkbench, resolvedModuleName: ResolvedModuleName, entryPointInnerHtml: String, entryPointString: String)

Construct a new EntryPointNode, given the name of the module and the name of the entry point.

Parameters

workbench

The owning AvailWorkbench.

resolvedModuleName

The name of the module defining the entry point.

entryPointInnerHtml

The html string describing the entry point. It does not include the outer "html" tag.

entryPointString

The name of the entry point.