Properties
_declarationBrand
_declarationBrand: any
_expressionBrand
_expressionBrand: any
_leftHandSideExpressionBrand
_leftHandSideExpressionBrand: any
_memberExpressionBrand
_memberExpressionBrand: any
_primaryExpressionBrand
_primaryExpressionBrand: any
_unaryExpressionBrand
_unaryExpressionBrand: any
_updateExpressionBrand
_updateExpressionBrand: any
Optional Readonly decorators
Optional Readonly modifiers
This interface is a base interface for ObjectLiteralExpression and JSXAttributes to extend from. JSXAttributes is similar to ObjectLiteralExpression in that it contains array of properties; however, JSXAttributes' properties can only be JSXAttribute or JSXSpreadAttribute. ObjectLiteralExpression, on the other hand, can only have properties of type ObjectLiteralElement (e.g. PropertyAssignment, ShorthandPropertyAssignment etc.)