Skip to content

Commit

Permalink
Add Arcade profile link
Browse files Browse the repository at this point in the history
  • Loading branch information
williamscraigm committed May 29, 2024
1 parent d26c3fd commit d6392c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/understanding-the-dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ All the parts of the expression using square brackets are candidates for this su
There is a custom behavior with the `text` configuration attribute. If the value is `OFF`, attributes are always substituted by an empty string. The example above shows as `PL` in this case.

## Dictionary script
The dictionary script is an Arcade script that returns a string. The string chains together different keys which should match symbols in the dictionary style. All the corresponding symbols are used to compose the final symbol representing the feature.
The dictionary script is an Arcade script following the [Dictionary Renderer profile](https://developers.arcgis.com/arcade/profiles/dictionary-renderer/) that returns a string. The string chains together different keys which should match symbols in the dictionary style. All the corresponding symbols are used to compose the final symbol representing the feature.

### Creating keys
You can use any Arcade function to produce the string you want. A key is used to retrieve a symbol from the style.
Expand Down

0 comments on commit d6392c9

Please sign in to comment.