@bootdesk/js-web-adapter-core
Preparing search index...
PollCard
Interface PollCard
interface
PollCard
{
allowMultiple
?:
boolean
;
options
:
PollCardOption
[]
;
question
:
string
;
results
?:
PollCardResult
[]
;
type
:
"poll"
;
}
Hierarchy (
View Summary
)
BaseCard
PollCard
Index
Properties
allow
Multiple?
options
question
results?
type
Properties
Optional
allow
Multiple
allowMultiple
?:
boolean
options
options
:
PollCardOption
[]
question
question
:
string
Optional
results
results
?:
PollCardResult
[]
type
type
:
"poll"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Multiple
options
question
results
type
@bootdesk/js-web-adapter-core
Loading...