Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ChatTraversalCallbacks

Index

Properties

jump

jump: (question: TraversalQuestion) => void

Type declaration

    • (question: TraversalQuestion): void
    • Parameters

      • question: TraversalQuestion

      Returns void

loadAlgoSearchData

loadAlgoSearchData: (answerId: string) => void

Type declaration

    • (answerId: string): void
    • Parameters

      • answerId: string

      Returns void

next

next: () => void

Type declaration

    • (): void
    • Returns void

showExplanation

showExplanation: (explanation: string) => void

Type declaration

    • (explanation: string): void
    • Parameters

      • explanation: string

      Returns void

toggleCheckbox

toggleCheckbox: (event: SyntheticEvent<HTMLInputElement>, answerId: string, questionAnswerIds: string[]) => void

Type declaration

    • (event: SyntheticEvent<HTMLInputElement>, answerId: string, questionAnswerIds: string[]): void
    • Parameters

      • event: SyntheticEvent<HTMLInputElement>
      • answerId: string
      • questionAnswerIds: string[]

      Returns void

toggleRadio

toggleRadio: (event: SyntheticEvent<HTMLInputElement>, answerId: string, questionAnswerIds: string[]) => void

Type declaration

    • (event: SyntheticEvent<HTMLInputElement>, answerId: string, questionAnswerIds: string[]): void
    • Parameters

      • event: SyntheticEvent<HTMLInputElement>
      • answerId: string
      • questionAnswerIds: string[]

      Returns void

updateValue

updateValue: (answerId: string, questionAnswerIds: string[], value: string) => void

Type declaration

    • (answerId: string, questionAnswerIds: string[], value: string): void
    • Parameters

      • answerId: string
      • questionAnswerIds: string[]
      • value: string

      Returns void