If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
StaticcontextIf set, this.context will be set at runtime to the current value of the given Context.
StaticdefaultThe number of columns to display
Translatable Text; A list of column headers
OptionalkeypadElement?: anyThe number of rows to display
OptionalshowSolutions?: ShowSolutions
The Widget type represents the common API that the Renderer uses to interact with all widgets. All widgets must implement the methods in this API, unless they are marked as optional (?: ...).
These methods are called on the widget ref and allow the renderer to communicate with the individual widgets to coordinate actions such as scoring, state serialization/deserialization, and focus management.