ConditionalExpressioninterface ConditionalExpression extends Node_2 {alternate: JSChildNode;consequent: JSChildNode;newline: boolean;test: JSChildNode;type: NodeTypes.JS_CONDITIONAL_EXPRESSION;}§Extends§Node_2[src]§Properties§alternate: JSChildNode[src]§consequent: JSChildNode[src]§newline: boolean[src]§test: JSChildNode[src]§type: NodeTypes.JS_CONDITIONAL_EXPRESSION[src]