Specifies if the fallback representation should be returned.
Maps from keys to images.
Returns the value for the given key. This returns the value
or fallback, depending on
Adds the specified entry to the map. The entry is an object with a value and fallback property as specified in the arguments.
Maps from keys to base64 encoded images or file locations. All values must be URLs or use the format data:image/format followed by a comma and the base64 encoded image data, eg. "data:image/gif,XYZ", where XYZ is the base64 encoded image data.
To add a new image bundle to an existing graph, the following code is used: