Automerge Repo - v2.6.0-alpha.2
Preparing search index...
@automerge/react
AbortOptions
Interface AbortOptions
Include this type in an options object to pass an AbortSignal to a function.
interface
AbortOptions
{
signal
?:
AbortSignal
;
}
Index
Properties
signal?
Properties
Optional
signal
signal
?:
AbortSignal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
signal
Automerge Repo - v2.6.0-alpha.2
Loading...
Include this type in an options object to pass an AbortSignal to a function.