@maxhealth.tech/prefab / actions / PopState
Class: PopState
Defined in: actions/client.ts:67
Base interface all actions implement
Implements
Constructors
Constructor
ts
new PopState(key, index): PopState;Defined in: actions/client.ts:68
Parameters
| Parameter | Type |
|---|---|
key | string |
index | string | number |
Returns
PopState
Properties
key
ts
readonly key: string;Defined in: actions/client.ts:69
index
ts
readonly index: string | number;Defined in: actions/client.ts:70
Methods
toJSON()
ts
toJSON(): ActionJSON;Defined in: actions/client.ts:73