@mathjax/src
Preparing search index...
util/Options
OPTIONS
Variable OPTIONS
Const
OPTIONS
:
{
invalidOption
:
"warn"
|
"fatal"
;
optionError
:
(
message
:
string
,
_key
:
string
)
=>
void
;
}
= ...
Provides options for the option utlities.
Type declaration
invalidOption
:
"warn"
|
"fatal"
optionError
:
(
message
:
string
,
_key
:
string
)
=>
void
Function to report messages for invalid options
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mathjax/src
Loading...
Provides options for the option utlities.