nextspace
Preparing search index...
hooks
UseRoomSetupReturn
Interface UseRoomSetupReturn
interface
UseRoomSetupReturn
{
agentId
:
string
|
null
;
botName
:
string
;
communityName
:
string
|
null
;
conversationFeatures
:
{
enabled
?:
boolean
;
name
:
string
}
[]
;
generalError
:
string
|
null
;
loaded
:
boolean
;
notFound
:
boolean
;
roomName
:
string
;
setGeneralError
:
Dispatch
<
SetStateAction
<
string
|
null
>
>
;
}
Index
Properties
agent
Id
bot
Name
community
Name
conversation
Features
general
Error
loaded
not
Found
room
Name
set
General
Error
Properties
agent
Id
agentId
:
string
|
null
bot
Name
botName
:
string
community
Name
communityName
:
string
|
null
conversation
Features
conversationFeatures
:
{
enabled
?:
boolean
;
name
:
string
}
[]
general
Error
generalError
:
string
|
null
loaded
loaded
:
boolean
not
Found
notFound
:
boolean
room
Name
roomName
:
string
set
General
Error
setGeneralError
:
Dispatch
<
SetStateAction
<
string
|
null
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
bot
Name
community
Name
conversation
Features
general
Error
loaded
not
Found
room
Name
set
General
Error
nextspace
Loading...