picsScroller/capabilities.json

93 lines
3.3 KiB
JSON
Raw Normal View History

2020-09-05 17:23:23 +08:00
{
2020-09-05 23:25:46 +08:00
"dataRoles": [{
"displayName": "urls",
2020-09-06 14:14:15 +08:00
"displayNameKey": "roles-urls-displayName",
2020-09-05 23:25:46 +08:00
"name": "urls",
"kind": "Grouping",
2020-09-06 14:14:15 +08:00
"description": "Urls of pictures, example: 'http://www.example.com/xx.png'",
"descriptionKey": "roles-urls-description"
2020-09-05 23:25:46 +08:00
}],
2020-09-05 17:23:23 +08:00
"objects": {
2020-09-05 23:25:46 +08:00
"layout": {
"displayName": "layout",
2020-09-06 14:14:15 +08:00
"displayNameKey": "objects-layout-displayName",
2020-09-05 17:23:23 +08:00
"properties": {
2020-09-05 23:25:46 +08:00
"rowsCount": {
2020-09-05 17:23:23 +08:00
"type": {
2020-09-05 23:25:46 +08:00
"numeric": true
},
"displayName": "rowsCount",
2020-09-06 14:14:15 +08:00
"displayNameKey": "objects-layout-rowsCount-displayName",
"description": "How many rows?",
"descriptionKey": "objects-layout-rowsCount-descriptionKey"
2020-09-05 17:23:23 +08:00
},
2020-09-05 23:25:46 +08:00
"rowGap": {
2020-09-05 17:23:23 +08:00
"type": {
2020-09-05 23:25:46 +08:00
"numeric": true
},
"placeHolderText": "{value}%",
2020-09-06 14:14:15 +08:00
"displayName": "rowGap(%)",
"displayNameKey": "objects-layout-rowGap-displayName",
"description": "The distance moved during each cycle.(%)",
"descriptionKey": "objects-layout-rowGap-descriptionKey"
2020-09-05 17:23:23 +08:00
},
2020-09-05 23:25:46 +08:00
"columnGap": {
2020-09-05 17:23:23 +08:00
"type": {
2020-09-05 23:25:46 +08:00
"numeric": true
},
"placeHolderText": "msec",
2020-09-06 14:14:15 +08:00
"displayName": "columnGap(%)",
"displayNameKey": "objects-layout-columnGap-displayName",
"description": "How long a cycle takes? (msec)",
"descriptionKey": "objects-layout-columnGap-descriptionKey"
2020-09-05 23:25:46 +08:00
}
}
},
"animation": {
"displayName": "animation",
2020-09-06 14:14:15 +08:00
"displayNameKey": "objects-animation-displayName",
2020-09-05 23:25:46 +08:00
"properties": {
2020-09-06 14:14:15 +08:00
"stepLength": {
2020-09-05 17:23:23 +08:00
"type": {
2020-09-05 23:25:46 +08:00
"numeric": true
},
2020-09-06 14:14:15 +08:00
"displayName": "stepLength(%)",
"displayNameKey": "objects-animation-stepLength-displayName",
"description": "The distance moved during each cycle.(%)",
"descriptionKey": "objects-animation-stepLength-descriptionKey"
2020-09-05 17:23:23 +08:00
},
2020-09-05 23:25:46 +08:00
"interval": {
2020-09-05 17:23:23 +08:00
"type": {
2020-09-05 23:25:46 +08:00
"numeric": true
},
"placeHolderText": "numeric",
2020-09-06 14:14:15 +08:00
"displayName": "interval(msec)",
"displayNameKey": "objects-animation-interval-displayName",
"description": "How long a cycle takes? (msec)",
"descriptionKey": "objects-animation-interval-descriptionKey"
2020-09-05 23:25:46 +08:00
2020-09-06 14:14:15 +08:00
}
2020-09-05 17:23:23 +08:00
}
}
},
2020-09-05 23:25:46 +08:00
"dataViewMappings": [{
2020-09-06 14:14:15 +08:00
"conditions": [{
"urls": {
"min": 1,
"max": 1
}
}],
2020-09-05 23:25:46 +08:00
"categorical": {
"categories": {
"for": {
"in": "urls"
2020-09-05 17:23:23 +08:00
},
2020-09-05 23:25:46 +08:00
"dataReductionAlgorithm": {
"top": {}
2020-09-05 17:23:23 +08:00
}
}
}
2020-09-05 23:25:46 +08:00
}]
}