Skip to content

Commit

Permalink
elyra-ai#2088 Title info doc updates
Browse files Browse the repository at this point in the history
Signed-off-by: Carita Ou <[email protected]>
  • Loading branch information
caritaou committed Aug 9, 2024
1 parent eab3fa5 commit fe6fce2
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 fe6fce2

Please sign in to comment.