the enum's only members — current value highlighted
current value · data carried by this constant
PENDING
Awaiting payment
magic string vs enum — type a status, then Set it both ways
status: stringmagic value
—
No value set yet.
status: OrderStatusenum
—
No value set yet.
console
▸The chips are the only values the type can hold. The state machine refuses illegal steps; the enum panel refuses values outside the set. Only valid values exist.