@geoblocks/ol-comfy
Preparing search index...
collection
insertAtKeepOrder
Function insertAtKeepOrder
insertAtKeepOrder
<
T
extends
BaseObject
<
{
[
x
:
string
]:
any
}
>
>
(
objects
:
Collection
<
T
>
,
object
:
T
,
orderKey
:
string
,
position
:
number
,
)
:
void
Insert an object at a specific position, keeping the order.
Type Parameters
T
extends
BaseObject
<
{
[
x
:
string
]:
any
}
>
Parameters
objects
:
Collection
<
T
>
object
:
T
orderKey
:
string
position
:
number
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@geoblocks/ol-comfy
Loading...
Insert an object at a specific position, keeping the order.