Class RVImageAsset

This class represents an object that is used to show an image within the customized app user interface.

Hierarchy

  • RVImageAsset

Index

Properties

Accessors

Properties

Protected _int

_int: any

Accessors

image

  • Retrieve the RVImage object that contains the source of the image and the alt text used to describe the image for accessibility.

    Returns null | RVImage

  • An RVImage object that contains the source of the image and the alt text used to describe the image for accessibility.

    Parameters

    Returns void

revealElement

  • get revealElement(): object
  • Retrieve the internal intermediate element used to represent the image.

    Returns object

subtitle

  • get subtitle(): string
  • set subtitle(value: string): void
  • Retrieve the string used as the subtitle label.

    Returns string

  • A string used as the subtitle label.

    Parameters

    • value: string

    Returns void

title

  • get title(): string
  • set title(value: string): void
  • Retrieve the string used as the title label.

    Returns string

  • A string used as the title label.

    Parameters

    • value: string

    Returns void