Interface NextGenDMThumbnail


@ProviderType public interface NextGenDMThumbnail
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Get thumbnail alternative text for the next generation dynamic media image.
    default String
    Get thumbnail source url for the next generation dynamic media image.
  • Method Details

    • getSrc

      default String getSrc()
      Get thumbnail source url for the next generation dynamic media image.
      Returns:
      {String} - the url of image thumbnail.
    • getAlt

      default String getAlt()
      Get thumbnail alternative text for the next generation dynamic media image.
      Returns:
      {String - the alternative text.