Record
image
No description available.
record image {
attribution: option<string>,
fallback: option<bool>,
height: option<s32>,
ratio: option<image-ratio-enum>,
url: option<string>,
width: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| attribution | option<string> | |
| fallback | option<bool> | |
| height | option<s32> | |
| ratio | option<image-ratio-enum> | |
| url | option<string> | |
| width | option<s32> |