Skip to main content

StateSetOptions

interface

Options for OwnedState.set.

interface StateSetOptions

Import

import { StateSetOptions } from '@modular/sdk/state';

Members1

signaloptional
HostActionAbortSignal

Abandons the write if it fires before the host commits.

Notes

category
State