Sources/loadImage
Quick reference
| Capability | Value |
|---|
| Server safe | Yes |
| Editor only | No |
| Browser sink | No |
| Uses secret | No |
| External network | No |
| Side effect | No |
| Run projection | none |
Resolves an owner- and Braid-scoped image file_ref in the server runner.
| Name | Type | Required |
|---|
file | file_ref | No |
Outputs
| Name | Type | Required |
|---|
image | image_base64 | Yes |
base64 | image_base64 | Yes |
onLoaded | any | Yes |
Configuration
| Property | Type | Secret | Default |
|---|
fileRef | text | No | |
fileName | text | No | |
mimeType | text | No | |
sizeBytes | number | No | 0 |
Runtime and security
This Bead is allowed in the server runtime. Secret properties are references resolved on the server and must never contain raw credential values in documentation, fixtures or run summaries.