Skip to content

Commit

Permalink
Merge branch 'main' into virtualized-table-double-click
Browse files Browse the repository at this point in the history
  • Loading branch information
matthoward366 authored Aug 12, 2024
2 parents d1d0180 + 3bd7e6e commit 4666dca
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/pages/04.03-ui-hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,23 @@ Example complex_type_info section:
}
]
```
## Title-info
The title_info sections defines what will be displayed in the title section alongside the `titleDefinition`.
Title info attributes.
* `action_refs` (*array[string]*) List of action to be displayed in the title section. Each action_ref must have a corresponding action defined in the action_info section.
Example title info section:
```js
"title_info": {
"action_refs": [
"increment"
]
}
```
## Action Info
The action_info section defines an action. Actions are used to callback to the application to perform an operation.
Expand Down

0 comments on commit 4666dca

Please sign in to comment.