Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
AuthorityWsHandle
Interface AuthorityWsHandle
interface
AuthorityWsHandle
{
handoff
:
AuthorityHandoff
;
ingest
(
raw
:
string
)
:
string
;
tick
(
now
?:
number
)
:
AuthorityChange
|
null
;
stop
()
:
void
;
}
Index
Properties
handoff
Methods
ingest
tick
stop
Properties
handoff
handoff
:
AuthorityHandoff
Methods
ingest
ingest
(
raw
:
string
)
:
string
Parameters
raw
:
string
Returns
string
tick
tick
(
now
?:
number
)
:
AuthorityChange
|
null
Parameters
Optional
now
:
number
Returns
AuthorityChange
|
null
stop
stop
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handoff
Methods
ingest
tick
stop
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...