GramIO API Reference / @gramio/scenes/dist / ScenesStorageData
Interface: ScenesStorageData<Params, State>
Defined in: scenes/index.d.ts:172
Type Parameters
| Type Parameter | Default type |
|---|---|
Params | any |
State | any |
Properties
| Property | Type | Defined in |
|---|---|---|
firstTime | boolean | scenes/index.d.ts:178 |
name | string | scenes/index.d.ts:173 |
params | Params | scenes/index.d.ts:174 |
parentStack? | ParentSceneFrame[] | scenes/index.d.ts:179 |
previousStepId | number | scenes/index.d.ts:177 |
state | State | scenes/index.d.ts:175 |
stepId | number | scenes/index.d.ts:176 |