Seems like Action format is implemented slightly differently from current v0.9 spec. It is missing additional event nesting level.
|
{ |
|
id: 'button', |
|
component: 'Button', |
|
child: 'button-text', |
|
primary: true, |
|
action: { |
|
name: 'hello-click', |
|
}, |
|
}, |
https://a2ui.org/specification/v0.9-a2ui/#server-actions

Seems like Action format is implemented slightly differently from current v0.9 spec. It is missing additional
eventnesting level.a2ui-sdk/playground/src/data/examples-v0.9.ts
Lines 45 to 53 in 24f012d
https://a2ui.org/specification/v0.9-a2ui/#server-actions
