Plants vs. Zombies: Replanted - v1.0.3
Preparing search index...
IStateVerifier
Interface IStateVerifier
interface
IStateVerifier
{
deleteBroken
?:
boolean
|
"parent"
;
description
:
(
input
:
any
)
=>
string
;
elements
?:
{
[
key
:
string
]:
IStateVerifier
}
;
noEmpty
?:
boolean
;
noNull
?:
boolean
;
noUndefined
?:
boolean
;
repair
?:
(
input
:
any
,
def
:
any
)
=>
any
;
required
?:
boolean
;
type
?:
"string"
|
"number"
|
"boolean"
|
"object"
|
"map"
|
"array"
;
}
Index
Properties
delete
Broken?
description
elements?
no
Empty?
no
Null?
no
Undefined?
repair?
required?
type?
Properties
Optional
delete
Broken
deleteBroken
?:
boolean
|
"parent"
description
description
:
(
input
:
any
)
=>
string
Optional
elements
elements
?:
{
[
key
:
string
]:
IStateVerifier
}
Optional
no
Empty
noEmpty
?:
boolean
Optional
no
Null
noNull
?:
boolean
Optional
no
Undefined
noUndefined
?:
boolean
Optional
repair
repair
?:
(
input
:
any
,
def
:
any
)
=>
any
Optional
required
required
?:
boolean
Optional
type
type
?:
"string"
|
"number"
|
"boolean"
|
"object"
|
"map"
|
"array"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delete
Broken
description
elements
no
Empty
no
Null
no
Undefined
repair
required
type
Plants vs. Zombies: Replanted - v1.0.3
Loading...