The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/plugin > SerializedScalarStateType
SerializedScalarStateType type
Signature:export declare type SerializedScalarStateType<S, T> = StateType<
S,
T,
{
value: T
get(): T
set(value: T | ((currentValue: T) => T)): void
}
>
References: [StateType](./plugin.statetype.md)