Reference
ConditionalIr
Represents a conditional JSX expression with true and false branches.
Signature
interface ConditionalIrMembers
conditionCode: stringconditionValueName?: stringkind: "conditional"whenFalse: JsxNodeIr[]whenTrue: JsxNodeIr[]