Image
Image components will show image in snippet. Image's width will be 100% of snippet.
{
"id": "logo-image",
"type": "image",
"url": "https://cdn.channel.io/assets/snippet/snippet-img-1.png"
}
Property | Type | Example | Description | Required |
---|---|---|---|---|
id | string | logo-image | ID of component. ID should be unique in snippet. | true |
type | string | image | Type of component. use image | true |
url | string | https://channel.io/images/ch-logo-ko.png | URL of image | true |
Updated 12 months ago