# Interface: CustomImageCardInfo

CustomImageCardInfo()

# Properties

# backgroundImage

backgroundImage: string

卡片背景图 URL

Returns: string


# Optional images

images? : CardImage[]

卡片中的图片数组

Returns: CardImage[]


# Optional texts

texts? : CardText[]

卡片中的文字数组

Returns: CardText[]