Skip to main content
Version: 1.x

PollQuestionProps

PollQuestionProps

The poll question properties for the poll question component.

Signature
interface PollQuestionProps extends Omit<PollQuestionMedia, 'text'> {
children: PollQuestionMedia['text'];
}
  • Extends: Omit<PollQuestionMedia, 'text'>

children

property
PollQuestionMedia['text']

The question text content.