Expand description
UI nodes used for building the image widget.
Statics§
- CONTEXT_
IMAGE_ REDUCED_ VAR - Reduced alternate entry used for rendering instead of
CONTEXT_IMAGE_VAR. - CONTEXT_
IMAGE_ VAR - Image acquired by
image_source, or"no image source in context"error by default.
Functions§
- image_
error_ presenter - Presents the contextual
IMAGE_ERROR_FN_VARif theCONTEXT_IMAGE_VARis an error. - image_
loading_ presenter - Presents the contextual
IMAGE_LOADING_FN_VARifis_loading. - image_
presenter - Renders the
CONTEXT_IMAGE_VARif set. - image_
source - Requests an image from
IMAGESand setsCONTEXT_IMAGE_VAR.