Forum Discussion
Anonymous
5 years agoNot applicable
What is `displayNameKey` in capabilities.json ?
Hello, To do my cuom visuals, I enter some object properties in capabilities.json in this way: "objects": { "ggsettings": { "displayName": "Chart Settings", "description": "Char...
dm-p
Super User
5 years agodisplayNameKey (as well as descriptionKey and placeholderTextKey) is used to define a lookup value for localisation within visuals.
Note that if building this in, you need to package your visual to test that lookups work correctly, as stringResources/localisation keys are not supplied to the developer visual when debugging.