TypeRefAtom Module
Types and nested modules
| Type/Module | Description |
|
|
|
|
|
Functions and values
| Function or value |
Description
|
Full Usage:
createConcretePath _scope _resolvedType path
Parameters:
RenderScopeStore
_resolvedType : ResolvedType
path : TypePath
Returns: TypeRefAtom
Modifiers: inline |
|
Full Usage:
createIntrinsic _scope _resolvedType intrinsic
Parameters:
RenderScopeStore
_resolvedType : ResolvedType
intrinsic : string
Returns: TypeRefAtom
Modifiers: inline |
|
Full Usage:
createTransientPath scope resolvedType path
Parameters:
RenderScopeStore
resolvedType : ResolvedType
path : TransientTypePath
Returns: TypeRefAtom
|
|
Full Usage:
createWidget _scope _resolvedType widget
Parameters:
RenderScopeStore
_resolvedType : ResolvedType
widget : WidgetBuilder<Type>
Returns: TypeRefAtom
Modifiers: inline |
|