Preparing search index...
The search index is not available
MediaSFU Angular
MediaSFU Angular
PollModalOptions
Interface PollModalOptions
interface
PollModalOptions
{
isPollModalVisible
:
boolean
;
onClose
:
(
(
)
=>
void
)
;
position
?:
string
;
backgroundColor
?:
string
;
member
:
string
;
islevel
:
string
;
polls
:
Poll
[]
;
poll
:
null
|
Poll
;
socket
:
Socket
<
DefaultEventsMap
,
DefaultEventsMap
>
;
roomName
:
string
;
showAlert
?:
ShowAlert
;
updateIsPollModalVisible
:
(
(
isVisible
:
boolean
)
=>
void
)
;
handleCreatePoll
:
HandleCreatePollType
;
handleEndPoll
:
HandleEndPollType
;
handleVotePoll
:
HandleVotePollType
;
}
Index
Properties
is
Poll
Modal
Visible
on
Close
position?
background
Color?
member
islevel
polls
poll
socket
room
Name
show
Alert?
update
Is
Poll
Modal
Visible
handle
Create
Poll
handle
End
Poll
handle
Vote
Poll
Properties
is
Poll
Modal
Visible
is
Poll
Modal
Visible
:
boolean
on
Close
on
Close
:
(
(
)
=>
void
)
Optional
position
position
?:
string
Optional
background
Color
background
Color
?:
string
member
member
:
string
islevel
islevel
:
string
polls
polls
:
Poll
[]
poll
poll
:
null
|
Poll
socket
socket
:
Socket
<
DefaultEventsMap
,
DefaultEventsMap
>
room
Name
room
Name
:
string
Optional
show
Alert
show
Alert
?:
ShowAlert
update
Is
Poll
Modal
Visible
update
Is
Poll
Modal
Visible
:
(
(
isVisible
:
boolean
)
=>
void
)
handle
Create
Poll
handle
Create
Poll
:
HandleCreatePollType
handle
End
Poll
handle
End
Poll
:
HandleEndPollType
handle
Vote
Poll
handle
Vote
Poll
:
HandleVotePollType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Poll
Modal
Visible
on
Close
position
background
Color
member
islevel
polls
poll
socket
room
Name
show
Alert
update
Is
Poll
Modal
Visible
handle
Create
Poll
handle
End
Poll
handle
Vote
Poll
MediaSFU
MediaSFU Angular
Loading...