blob: 1c01ce1feaf7b6fc25cecc82b69bcccfa8aef99e [file] [log] [blame]
{
"extensions": [
{
"type": "view",
"location": "drawer-view",
"id": "Inputs",
"title": "Inputs",
"persistence": "closeable",
"order": 7,
"className": "Input.InputTimeline",
"experiment": "timelineReplayEvent"
},
{
"type": "action",
"actionId": "input.toggle-recording",
"iconClass": "largeicon-start-recording",
"toggleable": true,
"toggledIconClass": "largeicon-stop-recording",
"toggleWithRedColor": true,
"className": "Input.InputTimeline.ActionDelegate",
"category": "Inputs",
"experiment": "timelineReplayEvent",
"options": [
{
"value": true,
"title": "Start recording"
},
{
"value": false,
"title": "Stop recording"
}
]
},
{
"type": "action",
"actionId": "input.start-replaying",
"iconClass": "largeicon-play",
"toggleable": false,
"className": "Input.InputTimeline.ActionDelegate",
"category": "Inputs",
"experiment": "timelineReplayEvent",
"options": [
{
"value": true,
"title": "Start replaying"
}
]
},
{
"type": "action",
"actionId": "input.toggle-pause",
"iconClass": "largeicon-pause",
"toggleable": true,
"toggledIconClass": "largeicon-resume",
"className": "Input.InputTimeline.ActionDelegate",
"category": "Inputs",
"experiment": "timelineReplayEvent",
"options": [
{
"value": true,
"title": "Pause"
},
{
"value": false,
"title": "Resume"
}
]
}
],
"dependencies": [
"sdk",
"ui"
],
"modules": [
"input-legacy.js"
],
"resources": [
"inputTimeline.css"
]
}