Search
Preparing search index...
The search index is not available
@cruxpay/js-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
IGlobalAssetList
Interface IGlobalAssetList
Hierarchy
Array
<
IGlobalAsset
>
IGlobalAssetList
Indexable
[
n:
number
]:
IGlobalAsset
Index
Properties
Array
length
Methods
__@iterator
__@unscopables
concat
copy
Within
entries
every
fill
filter
find
find
Index
for
Each
includes
index
Of
join
keys
last
Index
Of
map
pop
push
reduce
reduce
Right
reverse
shift
slice
some
sort
splice
to
Locale
String
to
String
unshift
values
Properties
Array
Array
:
ArrayConstructor
length
length
:
number
Methods
__@iterator
__@iterator
(
)
:
IterableIterator
<
IGlobalAsset
>
Returns
IterableIterator
<
IGlobalAsset
>
__@unscopables
__@unscopables
(
)
:
object
Returns
object
concat
concat
(
items
:
ConcatArray
<
IGlobalAsset
>
[]
)
:
IGlobalAsset
[]
concat
(
items
:
(
T
|
ConcatArray
<
T
>
)
[]
)
:
IGlobalAsset
[]
Parameters
Rest
items:
ConcatArray
<
IGlobalAsset
>
[]
Returns
IGlobalAsset
[]
Parameters
Rest
items:
(
T
|
ConcatArray
<
T
>
)
[]
Returns
IGlobalAsset
[]
copy
Within
copy
Within
(
target
:
number
, start
:
number
, end
:
undefined
|
number
)
:
this
Parameters
target:
number
start:
number
Optional
end:
undefined
|
number
Returns
this
entries
entries
(
)
:
IterableIterator
<
[
number
,
IGlobalAsset
]
>
Returns
IterableIterator
<
[
number
,
IGlobalAsset
]
>
every
every
(
callbackfn
:
function
, thisArg
:
any
)
:
boolean
Parameters
callbackfn:
function
(
value
:
IGlobalAsset
, index
:
number
, array
:
IGlobalAsset
[]
)
:
unknown
Parameters
value:
IGlobalAsset
index:
number
array:
IGlobalAsset
[]
Returns
unknown
Optional
thisArg:
any
Returns
boolean
fill
fill
(
value
:
IGlobalAsset
, start
:
undefined
|
number
, end
:
undefined
|
number
)
:
this
Parameters
value:
IGlobalAsset
Optional
start:
undefined
|
number
Optional
end:
undefined
|
number
Returns
this
filter
filter<S>
(
callbackfn
:
function
, thisArg
:
any
)
:
S
[]
filter
(
callbackfn
:
function
, thisArg
:
any
)
:
IGlobalAsset
[]
Type parameters
S
:
IGlobalAsset
Parameters
callbackfn:
function
(
value
:
IGlobalAsset
, index
:
number
, array
:
IGlobalAsset
[]
)
:
boolean
Parameters
value:
IGlobalAsset
index:
number
array:
IGlobalAsset
[]
Returns
boolean
Optional
thisArg:
any
Returns
S
[]
Parameters
callbackfn:
function
(
value
:
IGlobalAsset
, index
:
number
, array
:
IGlobalAsset
[]
)
:
unknown
Parameters
value:
IGlobalAsset
index:
number
array:
IGlobalAsset
[]
Returns
unknown
Optional
thisArg:
any
Returns
IGlobalAsset
[]
find
find<S>
(
predicate
:
function
, thisArg
:
any
)
:
S
|
undefined
find
(
predicate
:
function
, thisArg
:
any
)
:
IGlobalAsset
|
undefined
Type parameters
S
:
IGlobalAsset
Parameters
predicate:
function
(
this
:
void
, value
:
IGlobalAsset
, index
:
number
, obj
:
IGlobalAsset
[]
)
:
boolean
Parameters
this:
void
value:
IGlobalAsset
index:
number
obj:
IGlobalAsset
[]
Returns
boolean
Optional
thisArg:
any
Returns
S
|
undefined
Parameters
predicate:
function
(
value
:
IGlobalAsset
, index
:
number
, obj
:
IGlobalAsset
[]
)
:
unknown
Parameters
value:
IGlobalAsset
index:
number
obj:
IGlobalAsset
[]
Returns
unknown
Optional
thisArg:
any
Returns
IGlobalAsset
|
undefined
find
Index
find
Index
(
predicate
:
function
, thisArg
:
any
)
:
number
Parameters
predicate:
function
(
value
:
IGlobalAsset
, index
:
number
, obj
:
IGlobalAsset
[]
)
:
unknown
Parameters
value:
IGlobalAsset
index:
number
obj:
IGlobalAsset
[]
Returns
unknown
Optional
thisArg:
any
Returns
number
for
Each
for
Each
(
callbackfn
:
function
, thisArg
:
any
)
:
void
Parameters
callbackfn:
function
(
value
:
IGlobalAsset
, index
:
number
, array
:
IGlobalAsset
[]
)
:
void
Parameters
value:
IGlobalAsset
index:
number
array:
IGlobalAsset
[]
Returns
void
Optional
thisArg:
any
Returns
void
includes
includes
(
searchElement
:
IGlobalAsset
, fromIndex
:
undefined
|
number
)
:
boolean
Parameters
searchElement:
IGlobalAsset
Optional
fromIndex:
undefined
|
number
Returns
boolean
index
Of
index
Of
(
searchElement
:
IGlobalAsset
, fromIndex
:
undefined
|
number
)
:
number
Parameters
searchElement:
IGlobalAsset
Optional
fromIndex:
undefined
|
number
Returns
number
join
join
(
separator
:
undefined
|
string
)
:
string
Parameters
Optional
separator:
undefined
|
string
Returns
string
keys
keys
(
)
:
IterableIterator
<
number
>
Returns
IterableIterator
<
number
>
last
Index
Of
last
Index
Of
(
searchElement
:
IGlobalAsset
, fromIndex
:
undefined
|
number
)
:
number
Parameters
searchElement:
IGlobalAsset
Optional
fromIndex:
undefined
|
number
Returns
number
map
map<U>
(
callbackfn
:
function
, thisArg
:
any
)
:
U
[]
Type parameters
U
Parameters
callbackfn:
function
(
value
:
IGlobalAsset
, index
:
number
, array
:
IGlobalAsset
[]
)
:
U
Parameters
value:
IGlobalAsset
index:
number
array:
IGlobalAsset
[]
Returns
U
Optional
thisArg:
any
Returns
U
[]
pop
pop
(
)
:
IGlobalAsset
|
undefined
Returns
IGlobalAsset
|
undefined
push
push
(
items
:
IGlobalAsset
[]
)
:
number
Parameters
Rest
items:
IGlobalAsset
[]
Returns
number
reduce
reduce
(
callbackfn
:
function
)
:
IGlobalAsset
reduce
(
callbackfn
:
function
, initialValue
:
IGlobalAsset
)
:
IGlobalAsset
reduce<U>
(
callbackfn
:
function
, initialValue
:
U
)
:
U
Parameters
callbackfn:
function
(
previousValue
:
IGlobalAsset
, currentValue
:
IGlobalAsset
, currentIndex
:
number
, array
:
IGlobalAsset
[]
)
:
IGlobalAsset
Parameters
previousValue:
IGlobalAsset
currentValue:
IGlobalAsset
currentIndex:
number
array:
IGlobalAsset
[]
Returns
IGlobalAsset
Returns
IGlobalAsset
Parameters
callbackfn:
function
(
previousValue
:
IGlobalAsset
, currentValue
:
IGlobalAsset
, currentIndex
:
number
, array
:
IGlobalAsset
[]
)
:
IGlobalAsset
Parameters
previousValue:
IGlobalAsset
currentValue:
IGlobalAsset
currentIndex:
number
array:
IGlobalAsset
[]
Returns
IGlobalAsset
initialValue:
IGlobalAsset
Returns
IGlobalAsset
Type parameters
U
Parameters
callbackfn:
function
(
previousValue
:
U
, currentValue
:
IGlobalAsset
, currentIndex
:
number
, array
:
IGlobalAsset
[]
)
:
U
Parameters
previousValue:
U
currentValue:
IGlobalAsset
currentIndex:
number
array:
IGlobalAsset
[]
Returns
U
initialValue:
U
Returns
U
reduce
Right
reduce
Right
(
callbackfn
:
function
)
:
IGlobalAsset
reduce
Right
(
callbackfn
:
function
, initialValue
:
IGlobalAsset
)
:
IGlobalAsset
reduce
Right<U>
(
callbackfn
:
function
, initialValue
:
U
)
:
U
Parameters
callbackfn:
function
(
previousValue
:
IGlobalAsset
, currentValue
:
IGlobalAsset
, currentIndex
:
number
, array
:
IGlobalAsset
[]
)
:
IGlobalAsset
Parameters
previousValue:
IGlobalAsset
currentValue:
IGlobalAsset
currentIndex:
number
array:
IGlobalAsset
[]
Returns
IGlobalAsset
Returns
IGlobalAsset
Parameters
callbackfn:
function
(
previousValue
:
IGlobalAsset
, currentValue
:
IGlobalAsset
, currentIndex
:
number
, array
:
IGlobalAsset
[]
)
:
IGlobalAsset
Parameters
previousValue:
IGlobalAsset
currentValue:
IGlobalAsset
currentIndex:
number
array:
IGlobalAsset
[]
Returns
IGlobalAsset
initialValue:
IGlobalAsset
Returns
IGlobalAsset
Type parameters
U
Parameters
callbackfn:
function
(
previousValue
:
U
, currentValue
:
IGlobalAsset
, currentIndex
:
number
, array
:
IGlobalAsset
[]
)
:
U
Parameters
previousValue:
U
currentValue:
IGlobalAsset
currentIndex:
number
array:
IGlobalAsset
[]
Returns
U
initialValue:
U
Returns
U
reverse
reverse
(
)
:
IGlobalAsset
[]
Returns
IGlobalAsset
[]
shift
shift
(
)
:
IGlobalAsset
|
undefined
Returns
IGlobalAsset
|
undefined
slice
slice
(
start
:
undefined
|
number
, end
:
undefined
|
number
)
:
IGlobalAsset
[]
Parameters
Optional
start:
undefined
|
number
Optional
end:
undefined
|
number
Returns
IGlobalAsset
[]
some
some
(
callbackfn
:
function
, thisArg
:
any
)
:
boolean
Parameters
callbackfn:
function
(
value
:
IGlobalAsset
, index
:
number
, array
:
IGlobalAsset
[]
)
:
unknown
Parameters
value:
IGlobalAsset
index:
number
array:
IGlobalAsset
[]
Returns
unknown
Optional
thisArg:
any
Returns
boolean
sort
sort
(
compareFn
:
undefined
|
function
)
:
this
Parameters
Optional
compareFn:
undefined
|
function
Returns
this
splice
splice
(
start
:
number
, deleteCount
:
undefined
|
number
)
:
IGlobalAsset
[]
splice
(
start
:
number
, deleteCount
:
number
, items
:
IGlobalAsset
[]
)
:
IGlobalAsset
[]
Parameters
start:
number
Optional
deleteCount:
undefined
|
number
Returns
IGlobalAsset
[]
Parameters
start:
number
deleteCount:
number
Rest
items:
IGlobalAsset
[]
Returns
IGlobalAsset
[]
to
Locale
String
to
Locale
String
(
)
:
string
Returns
string
to
String
to
String
(
)
:
string
Returns
string
unshift
unshift
(
items
:
IGlobalAsset
[]
)
:
number
Parameters
Rest
items:
IGlobalAsset
[]
Returns
number
values
values
(
)
:
IterableIterator
<
IGlobalAsset
>
Returns
IterableIterator
<
IGlobalAsset
>
Globals
IGlobal
Asset
List
Array
length
__@iterator
__@unscopables
concat
copy
Within
entries
every
fill
filter
find
find
Index
for
Each
includes
index
Of
join
keys
last
Index
Of
map
pop
push
reduce
reduce
Right
reverse
shift
slice
some
sort
splice
to
Locale
String
to
String
unshift
values
Generated using
TypeDoc