@codebolt/codeboltjs
Interface: StateUpdateOptions
Defined in: packages/codeboltjs/src/types/libFunctionTypes.ts:1655
Properties
| Property | Type | Description | Defined in |
|---|
key | string | State key | packages/codeboltjs/src/types/libFunctionTypes.ts:1657 |
merge? | boolean | Whether to merge with existing state | packages/codeboltjs/src/types/libFunctionTypes.ts:1661 |
value | string | number | boolean | unknown[] | Record<string, unknown> | State value | packages/codeboltjs/src/types/libFunctionTypes.ts:1659 |