Preparing search index...
The search index is not available
ZenFS
ZenFS
OptionsConfig
Type Alias OptionsConfig<T>
Options
Config
<
T
>
:
{
[
K
in
keyof
T
]
:
{
description
?:
string
;
required
:
K
extends
RequiredKeys
<
T
>
?
true
:
false
;
type
:
OptionType
|
readonly
OptionType
[]
;
validator
?
(
opt
:
T
[
K
]
)
:
void
|
Promise
<
void
>
;
}
}
Resolves the type of Backend.options from the options interface
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ZenFS
Loading...
Resolves the type of Backend.options from the options interface