Entry Point Node
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.
resolved Module Name
The name of the module defining the entry point.
entry Point Inner Html
The html string describing the entry point. It does not include the outer "html" tag.
entry Point String
The name of the entry point.