imageAlternativeText property

  1. @TagNumber(16)
TranslatedString get imageAlternativeText

Text describing the appearance of the linked image in the image field (e.g., in case the image can't be displayed or the user can't see the image for accessibility reasons). See the HTML spec for alt image text - https://html.spec.whatwg.org/#alt. NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.

Implementation

@$pb.TagNumber(16)
TranslatedString get imageAlternativeText => $_getN(11);
  1. @TagNumber(16)
set imageAlternativeText (TranslatedString v)

Implementation

@$pb.TagNumber(16)
set imageAlternativeText(TranslatedString v) { setField(16, v); }