Expand description
UI nodes used for building the image widget.
Statics§
- 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_VAR
if theCONTEXT_IMAGE_VAR
is an error. - image_
loading_ presenter - Presents the contextual
IMAGE_LOADING_FN_VAR
if theCONTEXT_IMAGE_VAR
is loading. - image_
presenter - Renders the
CONTEXT_IMAGE_VAR
if set. - image_
source - Requests an image from
IMAGES
and setsCONTEXT_IMAGE_VAR
.