Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
AuthorityWsAdapterOptions
Interface AuthorityWsAdapterOptions
interface
AuthorityWsAdapterOptions
{
handoff
?:
AuthorityHandoff
;
handoffOptions
?:
AuthorityOptions
;
onChange
?:
(
change
:
AuthorityChange
)
=>
void
;
onError
?:
(
err
:
Error
,
raw
:
string
)
=>
void
;
tickIntervalMs
?:
number
;
nowFn
:
()
=>
number
;
}
Index
Properties
handoff?
handoff
Options?
on
Change?
on
Error?
tick
Interval
Ms?
now
Fn
Properties
Optional
handoff
handoff
?:
AuthorityHandoff
Optional
handoff
Options
handoffOptions
?:
AuthorityOptions
Optional
on
Change
onChange
?:
(
change
:
AuthorityChange
)
=>
void
Optional
on
Error
onError
?:
(
err
:
Error
,
raw
:
string
)
=>
void
Optional
tick
Interval
Ms
tickIntervalMs
?:
number
now
Fn
nowFn
:
()
=>
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handoff
handoff
Options
on
Change
on
Error
tick
Interval
Ms
now
Fn
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...