StateChangeEvent
Interface: StateChangeEvent
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:195
Properties
| Property | Type | Defined in |
|---|---|---|
newValue | any | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:199 |
oldValue | any | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:198 |
property | keyof InternalState | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:197 |
timestamp | number | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:200 |
type | "state_change" | common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:196 |