Module zng_wgt_image::node
source · Expand description
UI nodes used for building the image widget.
Statics§
- Image acquired by
image_source
, or"no image source in context"
error by default.
Functions§
- Presents the contextual
IMAGE_ERROR_FN_VAR
if theCONTEXT_IMAGE_VAR
is an error. - Presents the contextual
IMAGE_LOADING_FN_VAR
if theCONTEXT_IMAGE_VAR
is loading. - Renders the
CONTEXT_IMAGE_VAR
if set. - Requests an image from
IMAGES
and setsCONTEXT_IMAGE_VAR
.