Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 2.08 KB

arcade-expression-template.md

File metadata and controls

37 lines (22 loc) · 2.08 KB

[Expression-title]

Summarize what this expression does while avoiding repeating what is described in the expression title. For example, introduce the expression in the context of the scenario you have used it. One paragraph is probably enough.

Use cases

Describe what problem this expression solves (from an application author's perspective). Describe scenarios/situations that apply and briefly discuss what the alternatives would be without using Arcade, if any.

Workflow

Explain the necessary steps to test the expression:

HTML Template

Use this one only if needed. Recommended in profiles like popup.

Expression Template

Add any necessary clarifications. Instead of embedding the example code, you may also reference an external file (e.g. create points along line).

// Your code here (comments are allowed)

Example output

Describe the result, add a depiction of the result (screenshot or animated GIF), link a live demo if possible (web map, web scene, custom app, ...).

Related resources

Add any related resources: videos, blog articles, ArcGIS Arcade documentation, ArcGIS Arcade Playground, related community questions, ...