@mathjax/src
Preparing search index...
types/Types
CONFIG_ARRAYS
Type Alias CONFIG_ARRAYS<T>
CONFIG_ARRAYS
:
{
[
t
in
keyof
T
]
?:
T
[
t
]
extends
any
[]
?
T
[
t
]
|
{
"[-]"
?:
T
[
t
]
;
"[+]"
?:
T
[
t
]
}
:
T
[
t
]
extends
(
...
args
:
any
)
=>
any
?
T
[
t
]
:
T
[
t
]
extends
object
?
CONFIG_ARRAYS
<
T
[
t
]
>
:
T
[
t
]
}
Recursively add
[+]
and
[-]
options for array configuration options
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mathjax/src
Loading...
Recursively add
[+]and[-]options for array configuration options