Options
All
  • Public
  • Public/Protected
  • All
Menu

问卷功能的相关事件类型。

Hierarchy

  • QuestionnaireEventMap

Index

Properties

answer

answer: { questionnaireId: string }

收到观众回答信息。

Type declaration

  • questionnaireId: string

    问卷 id

show-result

show-result: { questionnaireId: string }

显示结果。

Type declaration

  • questionnaireId: string

    问卷 id

start

start: { name: string; questionnaireId: string; questions: Question[] }

开始问卷。

Type declaration

  • name: string

    问卷名称

  • questionnaireId: string

    问卷 id

  • questions: Question[]

    问卷题目列表

stop

停止问卷。

Generated using TypeDoc