Home > ts-morph-structures > ImportAttributeImpl
Signature:
export default class ImportAttributeImpl implements ImportAttributeStructureClassIfc
Implements: ImportAttributeStructureClassIfc
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(name, value) | Constructs a new instance of the ImportAttributeImpl class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| kind | readonly |
StructureKind.ImportAttribute | |
| leadingTrivia | readonly |
stringOrWriterFunction[] | |
| name | string | ||
| trailingTrivia | readonly |
stringOrWriterFunction[] | |
| value | string | Expression value. Quote this when providing a string. |
| Method | Modifiers | Description |
|---|---|---|
| clone(source) | static |
|
| toJSON() |