MediaSFU Angular
Preparing search index...
PollModalOptions
Interface PollModalOptions
interface
PollModalOptions
{
isPollModalVisible
:
boolean
;
onClose
:
()
=>
void
;
position
?:
string
;
backgroundColor
?:
string
;
member
:
string
;
islevel
:
string
;
polls
:
Poll
[]
;
poll
:
Poll
|
null
;
socket
:
Socket
;
roomName
:
string
;
showAlert
?:
ShowAlert
;
updateIsPollModalVisible
:
(
isVisible
:
boolean
)
=>
void
;
handleCreatePoll
:
HandleCreatePollType
;
handleEndPoll
:
HandleEndPollType
;
handleVotePoll
:
HandleVotePollType
;
overlayStyle
?:
Partial
<
CSSStyleDeclaration
>
;
contentStyle
?:
Partial
<
CSSStyleDeclaration
>
;
customTemplate
?:
any
;
}
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
overlay
Style?
content
Style?
custom
Template?
Properties
is
Poll
Modal
Visible
isPollModalVisible
:
boolean
on
Close
onClose
:
()
=>
void
Optional
position
position
?:
string
Optional
background
Color
backgroundColor
?:
string
member
member
:
string
islevel
islevel
:
string
polls
polls
:
Poll
[]
poll
poll
:
Poll
|
null
socket
socket
:
Socket
room
Name
roomName
:
string
Optional
show
Alert
showAlert
?:
ShowAlert
update
Is
Poll
Modal
Visible
updateIsPollModalVisible
:
(
isVisible
:
boolean
)
=>
void
handle
Create
Poll
handleCreatePoll
:
HandleCreatePollType
handle
End
Poll
handleEndPoll
:
HandleEndPollType
handle
Vote
Poll
handleVotePoll
:
HandleVotePollType
Optional
overlay
Style
overlayStyle
?:
Partial
<
CSSStyleDeclaration
>
Optional
content
Style
contentStyle
?:
Partial
<
CSSStyleDeclaration
>
Optional
custom
Template
customTemplate
?:
any
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
overlay
Style
content
Style
custom
Template
MediaSFU
MediaSFU Angular - v2.2.2
Loading...