Home > ts-morph-structures > JsxAttributeImpl
Signature:
export default class JsxAttributeImpl implements JsxAttributeStructureClassIfc
Implements: JsxAttributeStructureClassIfc
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(name) | Constructs a new instance of the JsxAttributeImpl class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| initializer? | string | (Optional) | |
| kind | readonly |
StructureKind.JsxAttribute | |
| leadingTrivia | readonly |
stringOrWriterFunction[] | |
| name | JsxNamespacedNameStructure | string | ||
| trailingTrivia | readonly |
stringOrWriterFunction[] |
| Method | Modifiers | Description |
|---|---|---|
| clone(source) | static |
|
| toJSON() |