Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
ChatChannelRegistry
Class ChatChannelRegistry<TMeta>
Type Parameters
TMeta
=
Record
<
string
,
unknown
>
Index
Constructors
constructor
Methods
create
create
get
has
remove
count
ids
clear
Constructors
constructor
new
ChatChannelRegistry
<
TMeta
=
Record
<
string
,
unknown
>
>
()
:
ChatChannelRegistry
<
TMeta
,
>
Type Parameters
TMeta
=
Record
<
string
,
unknown
>
Returns
ChatChannelRegistry
<
TMeta
>
Methods
Static
create
create
<
TMeta
=
Record
<
string
,
unknown
>
>
()
:
ChatChannelRegistry
<
TMeta
>
Type Parameters
TMeta
=
Record
<
string
,
unknown
>
Returns
ChatChannelRegistry
<
TMeta
>
create
create
(
opts
:
ChatChannelOptions
)
:
ChatChannel
<
TMeta
>
Parameters
opts
:
ChatChannelOptions
Returns
ChatChannel
<
TMeta
>
get
get
(
id
:
string
)
:
ChatChannel
<
TMeta
>
|
null
Parameters
id
:
string
Returns
ChatChannel
<
TMeta
>
|
null
has
has
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
remove
remove
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
count
count
()
:
number
Returns
number
ids
ids
()
:
string
[]
Returns
string
[]
clear
clear
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
create
get
has
remove
count
ids
clear
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...