ts-morph-structures

Home > ts-morph-structures > JsxElementStructureClassIfc

JsxElementStructureClassIfc interface

Signature:

export interface JsxElementStructureClassIfc 

Properties

Property Modifiers Type Description
attributes readonly (JsxAttributeImpl | JsxSpreadAttributeImpl)[]  
bodyText?   string (Optional)
children readonly (JsxElementImpl | JsxSelfClosingElementImpl)[]  
kind readonly StructureKind.JsxElement