MomentsImageComponent

data class MomentsImageComponent(id: String, imageUrl: String) : MomentsComponent

This class represents the Moments Image component.

Constructors

MomentsImageComponent
Link copied to clipboard
fun MomentsImageComponent(id: String, imageUrl: String)

Properties

id
Link copied to clipboard
open override val id: String

Id of the Image component

imageUrl
Link copied to clipboard
val imageUrl: String

URL of the Image component

type
Link copied to clipboard
val type: MomentsComponentType

Type of the interactive component