@maxhealth.tech/prefab / actions / AppendState
Class: AppendState
Defined in: actions/client.ts:47
Base interface all actions implement
Implements
Constructors
Constructor
ts
new AppendState(
key,
value,
index?): AppendState;Defined in: actions/client.ts:48
Parameters
| Parameter | Type |
|---|---|
key | string |
value | unknown |
index? | number |
Returns
AppendState
Properties
key
ts
readonly key: string;Defined in: actions/client.ts:49
value
ts
readonly value: unknown;Defined in: actions/client.ts:50
index?
ts
readonly optional index?: number;Defined in: actions/client.ts:51
Methods
toJSON()
ts
toJSON(): ActionJSON;Defined in: actions/client.ts:54