@geoblocks/ol-comfy
Preparing search index...
base
filterObjectsStartsWith
Function filterObjectsStartsWith
filterObjectsStartsWith
<
T
extends
BaseObject
<
{
[
x
:
string
]:
any
}
>
>
(
objects
:
T
[]
,
key
:
string
,
value
:
unknown
,
)
:
T
[]
Filter objects by a specific key and value, where the value starts with the given string.
Type Parameters
T
extends
BaseObject
<
{
[
x
:
string
]:
any
}
>
Parameters
objects
:
T
[]
key
:
string
value
:
unknown
Returns
T
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@geoblocks/ol-comfy
Loading...
Filter objects by a specific key and value, where the value starts with the given string.