TurnTableImagesModel
Represents a list of storage-item urls for the correspoding storage-item key.
implements: hash, method, sequence<String>, scalar
bundle: standard information structure (sismodel)
since 5.2.0
Represents a list of storage-item urls for the correspoding storage-item key.
The default value for storage-item key (if not specified in the method call), is read from the ConfigurationModel
[used as sequence] ↦ String
since 5.2.0
get the image URL for the image at index
- Example:
ttImageModel[17] -- returns URL of the 17th image in this sequence
[used as scalar] ↦ String
since 5.2.0
is a String representing an JSON array of image-URLs for the corresponding storage-item key;
Defined hash keys
height ↦ Integer
since 5.2.0
get the height of image
width ↦ Integer
since 5.2.0
get the width of image
Methods
[used as method](String:storageKey) ↦ TurnTableImagesModel
since 5.2.0
get a model representing the storageItems with given storageKey