@maxhealth.tech/prefab / actions / ToggleState
Class: ToggleState
Defined in: actions/client.ts:37
Base interface all actions implement
Implements
Constructors
Constructor
ts
new ToggleState(key): ToggleState;Defined in: actions/client.ts:38
Parameters
| Parameter | Type |
|---|---|
key | string |
Returns
ToggleState
Properties
key
ts
readonly key: string;Defined in: actions/client.ts:38
Methods
toJSON()
ts
toJSON(): ActionJSON;Defined in: actions/client.ts:40