enum OrderStatus fixed set · 5 members
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: string magic value
No value set yet.
status: OrderStatus enum
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.