Class RVImage

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

Hierarchy

  • RVImage

Index

Accessors

altText

  • get altText(): null | string
  • set altText(value: null | string): void
  • Retrieve the alt text for the image. The purpose of this is to provide a description and context for the image which is typically used to improve accessibility.

    Returns null | string

  • Alt text for the image. The purpose of this is to provide a description and context for the image which is typically used to improve accessibility.

    Parameters

    • value: null | string

    Returns void

revealElement

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

    Returns object

source

  • get source(): string
  • set source(value: string): void
  • Retrieve the source of the graphic to use as an image.

    Returns string

  • The source of the graphic to use as an image.

    Parameters

    • value: string

    Returns void