GramIO API Reference / @gramio/scenes/dist / ScenesStorageData
Interface: ScenesStorageData<Params, State>
Defined in: scenes/index.d.ts:156
Type Parameters
| Type Parameter | Default type |
|---|---|
Params | any |
State | any |
Properties
| Property | Type | Defined in |
|---|---|---|
firstTime | boolean | scenes/index.d.ts:162 |
name | string | scenes/index.d.ts:157 |
params | Params | scenes/index.d.ts:158 |
parentStack? | ParentSceneFrame[] | scenes/index.d.ts:163 |
previousStepId | number | scenes/index.d.ts:161 |
state | State | scenes/index.d.ts:159 |
stepId | number | scenes/index.d.ts:160 |