Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IImmutable

A node that renders text, each word having a correct/incorrect status as well as an overall score and correct status

Hierarchy

Index

Properties

isCorrect

isCorrect: boolean

score

score: number

type

The type is immutable as all constructed node cannot mutable into another derived type

wordGrades

wordGrades: ReadonlyArray<IWordGrade>