Sanity Library Reference Docs
Preparing search index...
sanity
index
UriValidationOptions
Interface UriValidationOptions
interface
UriValidationOptions
{
allowCredentials
?:
boolean
;
allowRelative
?:
boolean
;
relativeOnly
?:
boolean
;
scheme
?:
string
|
RegExp
|
(
string
|
RegExp
)
[]
;
}
Index
Properties
allow
Credentials?
allow
Relative?
relative
Only?
scheme?
Properties
Optional
allow
Credentials
allowCredentials
?:
boolean
Optional
allow
Relative
allowRelative
?:
boolean
Optional
relative
Only
relativeOnly
?:
boolean
Optional
scheme
scheme
?:
string
|
RegExp
|
(
string
|
RegExp
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Credentials
allow
Relative
relative
Only
scheme
Sanity Library Reference Docs
Loading...