Skip to content

Commit

Permalink
#464 Add useNameAsKey to configure-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Jun 28, 2024
1 parent 82a4060 commit 8be26cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions configure/src/metaconfigs/layer-vector-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,18 @@
}
]
},
{
"subname": "Identification",
"components": [
{
"field": "variables.useKeyAsId",
"name": "Property Key of Unique Id",
"description": "In the case of deep-linking to certain features, a feature.properties key/field name is needed that points to a unique id in order to reselect it. dot.notation.is.supported for nested fields. You must make sure unique key values exist per feature for this to function properly. It is advised to set this if 'Dynamic Extent' is enabled.",
"type": "text",
"width": 3
}
]
},
{
"subname": "Miscellaneous",
"components": [
Expand Down

0 comments on commit 8be26cb

Please sign in to comment.