JSXAttributeinterface JSXAttribute extends Node, HasSpan {name: JSXAttributeName;type: "JSXAttribute";value?: JSXAttrValue;}§Extends§Node[src]§HasSpan[src]§Properties§name: JSXAttributeName[src]§type: "JSXAttribute"[src]§value?: JSXAttrValue[src]