Home > ts-morph-structures > ImportTypeStructureImpl
Signature:
export default class ImportTypeStructureImpl extends TypeStructuresBase<TypeStructureKind.Import>
Extends: TypeStructuresBase<TypeStructureKind.Import>
import("ts-morph").StatementStructures
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(argument, qualifier, typeArguments) | Constructs a new instance of the ImportTypeStructureImpl class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| argument | StringTypeStructureImpl | ||
| childTypes | readonly |
TypeStructures[] | |
| kind | readonly |
TypeStructureKind.Import | |
| qualifier | LiteralTypeStructureImpl | QualifiedNameTypeStructureImpl | null | ||
| writerFunction | readonly |
WriterFunction |
| Method | Modifiers | Description |
|---|---|---|
| clone(other) | static |