Interface IWidgetListenerMessage

Hierarchy

  • IWidgetListenerMessage

Properties

average_magnitude?: string

average_magnitude present for emoji slider widget

choices?: Pick<IWidgetChoiceItem, "id" | "answer_count">[]

choices array with id and updated answer_count

id: string

widget id

options?: Pick<IWidgetOptionItem, "id" | "vote_count">[]

options array with id and updated vote_count

Generated using TypeDoc