ImportTypeNode Module
Children of `ImportTypeNode`.
Functions and values
| Function or value |
Description
|
Full Usage:
ImportTypeNode.argument node
Parameters:
Node<ImportTypeNode>
Returns: Node<TypeNode> voption
|
|
Full Usage:
ImportTypeNode.attributes node
Parameters:
Node<ImportTypeNode>
Returns: Node<ImportAttributes> voption
|
`attributes`. The schema marks it optional.
|
|
|
Full Usage:
ImportTypeNode.qualifier node
Parameters:
Node<ImportTypeNode>
Returns: Node<EntityName> voption
|
`qualifier`. The schema marks it optional.
|
Full Usage:
ImportTypeNode.typeArguments node
Parameters:
Node<ImportTypeNode>
Returns: Node<TypeNode> seq
|
The elements of `typeArguments`, empty when the slot is absent. The schema marks it optional.
|