Status
Source: index.ts:74
The lifecycle status of a Store.
Enumeration Members
Closed: 'closed'
static
index.ts:80Closed; further access throws.
Idle: 'idle'
static
index.ts:76Created but not yet opened.
Open: 'open'
static
index.ts:78Open and accepting reads/writes.