Hierarchy

  • IBasicPayload<"feedback">
  • Required<Pick<IFeedback, "correct" | "message">>
    • IFeedbackPayload

Properties

cellId: string
correct: boolean

Whether the submitted code was correct or not.

event: "feedback"
message: string

The content to render in the feedback area.

timestamp: Date

Generated using TypeDoc