Perseus
Preparing search index...
@khanacademy/perseus
<internal>
PerseusInputNumberWidgetOptions
Type Alias PerseusInputNumberWidgetOptions
Options for the input-number widget (deprecated; prefer numeric-input).
type
PerseusInputNumberWidgetOptions
=
{
answerType
?:
|
"number"
|
"decimal"
|
"integer"
|
"rational"
|
"improper"
|
"mixed"
|
"percent"
|
"pi"
;
customKeypad
?:
boolean
;
inexact
?:
boolean
;
maxError
?:
number
|
string
;
rightAlign
?:
boolean
;
simplify
:
"required"
|
"optional"
|
"enforced"
;
size
:
"normal"
|
"small"
;
value
:
string
|
number
;
}
Index
Properties
answer
Type?
custom
Keypad?
inexact?
max
Error?
right
Align?
simplify
size
value
Properties
Optional
answer
Type
answerType
?:
|
"number"
|
"decimal"
|
"integer"
|
"rational"
|
"improper"
|
"mixed"
|
"percent"
|
"pi"
Optional
custom
Keypad
customKeypad
?:
boolean
Optional
inexact
inexact
?:
boolean
Optional
max
Error
maxError
?:
number
|
string
Optional
right
Align
rightAlign
?:
boolean
simplify
simplify
:
"required"
|
"optional"
|
"enforced"
size
size
:
"normal"
|
"small"
value
value
:
string
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
answer
Type
custom
Keypad
inexact
max
Error
right
Align
simplify
size
value
Perseus
Loading...
Options for the input-number widget (deprecated; prefer numeric-input).