@avanio/variable-util
Preparing search index...
JsonConfigParserOptions
Type Alias JsonConfigParserOptions<Out>
type
JsonConfigParserOptions
<
Out
extends
Record
<
string
,
unknown
>
>
=
{
protectedKeys
?:
Iterable
<
keyof
Out
>
;
showProtectedKeys
?:
ShowValueType
;
validate
?:
ValidateCallback
<
object
,
Out
>
;
}
Type Parameters
Out
extends
Record
<
string
,
unknown
>
Index
Properties
protected
Keys?
show
Protected
Keys?
validate?
Properties
Optional
protected
Keys
protectedKeys
?:
Iterable
<
keyof
Out
>
keys to hide or partially hide
Optional
show
Protected
Keys
showProtectedKeys
?:
ShowValueType
if and how to show protected keys
Optional
validate
validate
?:
ValidateCallback
<
object
,
Out
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
protected
Keys
show
Protected
Keys
validate
@avanio/variable-util
Loading...
keys to hide or partially hide