Preparing search index...
The search index is not available
MediaSFU Angular
MediaSFU Angular
PollUpdatedOptions
Interface PollUpdatedOptions
interface
PollUpdatedOptions
{
data
:
PollUpdatedData
;
polls
:
Poll
[]
;
poll
:
Poll
;
member
:
string
;
islevel
:
string
;
showAlert
?:
ShowAlert
;
updatePolls
:
(
(
polls
:
Poll
[]
)
=>
void
)
;
updatePoll
:
(
(
poll
:
Poll
)
=>
void
)
;
updateIsPollModalVisible
:
(
(
isVisible
:
boolean
)
=>
void
)
;
}
Index
Properties
data
polls
poll
member
islevel
show
Alert?
update
Polls
update
Poll
update
Is
Poll
Modal
Visible
Properties
data
data
:
PollUpdatedData
polls
polls
:
Poll
[]
poll
poll
:
Poll
member
member
:
string
islevel
islevel
:
string
Optional
show
Alert
show
Alert
?:
ShowAlert
update
Polls
update
Polls
:
(
(
polls
:
Poll
[]
)
=>
void
)
update
Poll
update
Poll
:
(
(
poll
:
Poll
)
=>
void
)
update
Is
Poll
Modal
Visible
update
Is
Poll
Modal
Visible
:
(
(
isVisible
:
boolean
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
polls
poll
member
islevel
show
Alert
update
Polls
update
Poll
update
Is
Poll
Modal
Visible
MediaSFU
MediaSFU Angular
Loading...