Skip to content

Latest commit

 

History

History
55 lines (47 loc) · 1.12 KB

README.md

File metadata and controls

55 lines (47 loc) · 1.12 KB

ShinyColorsDB-EventViewer

A simple viewer that renders shinycolors events

demo website

Accessing Events?

for produce/support events use query variable eventId={number}

for other events, specify query variable eventType eventId={number}&eventType={type}

business_unit_communication
produce_communication_auditions
produce_communication_promise_results
produce_communication_televisions
support_skills
game_event_communications
produce_communication_cheers
produce_communications
produce_events
mypage_communications
produce_communication_judges
produce_communications_promises
special_communications

for iframe embed

  • Read custom event json
{
    "messageType": "iframeJson",
    "iframeJson": [...]
}
  • Jump to specific frame
{
    "messageType": "fastForward",
    "fastForward": {
        "forward": true,
        "target": 2
    }
}
  • Clear fast forward and back to first frame
{
    "messageType": "fastForward",
    "fastForward": {
        "forward": false
    }
}