projects/mobile/components/data/media-list/src/media-list.component.doc.ts
The wmMediaList component defines the MediaList widget.
class |
Type : string
|
Class of the widget. |
dataset |
Type : Array<any> | Object
|
Set this property to a variable to populate the list of values to display. Bindable: |
layout |
Type : string
|
Default value : 'Single-row'
|
This property controls how contained widgets are displayed within this widget container. Allowed Values:
|
mediaurl |
Type : string
|
This contains the url for the picture. |
name |
Type : string
|
Name of the Media list. |
offline |
Type : boolean
|
Default value : true
|
If checked, then picture is saved for offline display. |
show |
Type : boolean
|
Default value : true
|
This property will be used to show/hide the media list widget. Bindable: |
thumbnailurl |
Type : string
|
This contains the url for the picture’s thumbnail. |