SendObject Element
Element for sending object responses
SendObject Element
Coming soon: This feature is not yet available. Please check back soon.
The <sendObject>
element injects an object into the response stream:
Props
Prop | Type | Default |
---|---|---|
value? | object | (the output of the previous element) |
Examples
Basic Object
State Data
Complex Response
Usage Notes
- Sends structured data
- Supports nested objects
- Can include computed values
- Handles complex data types