Preparing search index...
The search index is not available
kaven-utils - v5.4.4
kaven-utils
IExternalIpRule
Interface IExternalIpRule
interface
IExternalIpRule
{
regex
?:
{
flags
?:
string
;
pattern
:
string
;
resultIndex
?:
number
;
}
;
rule
?:
(
(
data
:
string
)
=>
string
)
;
type
?:
TIpAddressType
;
url
:
string
;
}
Index
Properties
regex?
rule?
type?
url
Properties
Optional
regex
regex
?:
{
flags
?:
string
;
pattern
:
string
;
resultIndex
?:
number
;
}
Optional
rule
rule
?:
(
(
data
:
string
)
=>
string
)
Optional
type
type
?:
TIpAddressType
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
regex
rule
type
url
kaven-utils - v5.4.4
Loading...