Skip to content

Commit

Permalink
#2088 Title info doc updates (#2101)
Browse files Browse the repository at this point in the history
Signed-off-by: Carita Ou <[email protected]>
  • Loading branch information
caritaou authored Aug 12, 2024
1 parent a80d0cb commit 3bd7e6e
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 3bd7e6e

Please sign in to comment.