Logos DX
Preparing search index...
@logosdx/react
<internal>
ValidateConfig
Interface ValidateConfig<H, P, S>
Validation configuration for headers, params, and state.
interface
ValidateConfig
<
H
,
P
,
S
>
{
headers
?:
(
headers
:
DictAndT
<
H
>
,
method
?:
_InternalHttpMethods
)
=>
void
;
params
?:
(
params
:
DictAndT
<
P
>
,
method
?:
_InternalHttpMethods
)
=>
void
;
perRequest
?:
{
headers
?:
boolean
;
params
?:
boolean
}
;
state
?:
(
state
:
S
)
=>
void
;
}
Type Parameters
H
P
S
Index
Properties
headers?
params?
per
Request?
state?
Properties
Optional
headers
headers
?:
(
headers
:
DictAndT
<
H
>
,
method
?:
_InternalHttpMethods
)
=>
void
Optional
params
params
?:
(
params
:
DictAndT
<
P
>
,
method
?:
_InternalHttpMethods
)
=>
void
Optional
per
Request
perRequest
?:
{
headers
?:
boolean
;
params
?:
boolean
}
Optional
state
state
?:
(
state
:
S
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
params
per
Request
state
Logos DX
Loading...
Validation configuration for headers, params, and state.