eligius
Preparing search index...
IFindInArrayOperationData
Interface IFindInArrayOperationData
interface
IFindInArrayOperationData
{
arrayData
:
any
[]
;
findPredicate
?:
(
item
:
any
,
index
?:
number
)
=>
boolean
;
findProperty
?:
string
;
findValue
?:
any
;
foundIndex
:
number
;
foundItem
:
any
;
}
Index
Properties
array
Data
find
Predicate?
find
Property?
find
Value?
found
Index
found
Item
Properties
array
Data
arrayData
:
any
[]
Required
Dependency
Optional
find
Predicate
findPredicate
?:
(
item
:
any
,
index
?:
number
)
=>
boolean
Optional
Erased
Optional
find
Property
findProperty
?:
string
Optional
Erased
Optional
find
Value
findValue
?:
any
Optional
Erased
found
Index
foundIndex
:
number
Output
found
Item
foundItem
:
any
Output
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
array
Data
find
Predicate
find
Property
find
Value
found
Index
found
Item
eligius
Loading...
Required
Dependency