Class RVImage

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

Index

Accessors

Accessors

  • get altText(): string | null

    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 string | null

  • set altText(value: string | null): void

    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: string | null

    Returns void

  • get source(): string

    Retrieve the source of the graphic to use as an image.

    Returns string

  • set source(value: string): void

    The source of the graphic to use as an image.

    Parameters

    • value: string

    Returns void