Skip to content

Commit

Permalink
document schemaExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
aeberhart committed Oct 16, 2024
1 parent 8de21fa commit 6777119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashjoin-docs/docs/developer-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ Runs / evaluates an expression when clicked.
* text: text shown for the run button (default is "Run")
* print: evaluates this expression when clicked
* expression: optional expression - the form fields are initialized with the result of this expression
* schemaExpression: optional JSONata expression that computes a JSON Schema driving the input form (this option is only available in Dashjoin Studio)
* deleteConfirmation: optional confirmation message before performing the action (this option is only available in Dashjoin Studio - you can prompt the user via JSONata as follows):

```
Expand Down

0 comments on commit 6777119

Please sign in to comment.