GeoLeaf Core API - v3.0.0
Preparing search index...
utils/validators/style-validator-core
validateId
Function validateId
validateId
(
styleData
:
Record
<
string
,
unknown
>
,
errors
:
ValidationErrorItem
[]
,
context
:
Record
<
string
,
unknown
>
,
)
:
void
Validates the id format (Unicode letters, digits, hyphens, underscores)
Parameters
styleData
:
Record
<
string
,
unknown
>
errors
:
ValidationErrorItem
[]
context
:
Record
<
string
,
unknown
>
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GeoLeaf Core API - v3.0.0
Loading...
Validates the id format (Unicode letters, digits, hyphens, underscores)