RenderScope_Anchored Module
Nested modules
| Modules | Description |
|
|
|
|
|
Functions and values
| Function or value |
Description
|
Full Usage:
addOrReplace ctx key value
Parameters:
GeneratorContext
key : ResolvedType
value : Choice<TypeRefRender, RenderScope>
Modifiers: inline |
|
Full Usage:
anchor ctx anchors anchorPath resolvedType
Parameters:
GeneratorContext
anchors : Dictionary<ResolvedType, (TypePath * Render)>
anchorPath : AnchorPath
resolvedType : ResolvedType
|
|
Full Usage:
anchorPreludeAnchorScope ctx anchors anchorPath renderScope
Parameters:
GeneratorContext
anchors : Dictionary<ResolvedType, (TypePath * Render)> option
anchorPath : AnchorPath
renderScope : RenderScope
|
|
Full Usage:
anchorPreludeExportScope ctx export renderScopeStore
Parameters:
GeneratorContext
export : ResolvedExport
renderScopeStore : RenderScopeStore
Returns: Dictionary<ResolvedType, (TypePath * Render)>
|
|
Full Usage:
registerAnchorFromExport ctx export
Parameters:
GeneratorContext
export : ResolvedExport
|
|