Variable SESSION_STATESConst
SESSION_STATES: {
ACTIVE: "active";
CLOSED: "closed";
CLOSING: "closing";
CREATED: "created";
} = ...
Type Declaration
ReadonlyACTIVE: "active"
ReadonlyCLOSED: "closed"
ReadonlyCLOSING: "closing"
ReadonlyCREATED: "created"
Session lifecycle state constants.
Single source of truth — use these instead of raw string literals.