Home > ts-morph-structures > JsxElementStructureClassIfc
Signature:
export interface JsxElementStructureClassIfc
Property | Modifiers | Type | Description |
---|---|---|---|
attributes | readonly |
(JsxAttributeImpl | JsxSpreadAttributeImpl)[] | |
bodyText? | string | (Optional) | |
children | readonly |
(JsxElementImpl | JsxSelfClosingElementImpl)[] | |
kind | readonly |
StructureKind.JsxElement |