LogoRobo.js
Packages@robojs/sync

SetStateOptions

Interface: SetStateOptions

Options for setState calls.

Properties

PropertyTypeDescription
optimistic?booleanApply update optimistically (instant local update, rollback on failure)
throttle?numberOverride throttle for this specific call (ms)

On this page