Skip to main content

setDataToPanel

Description

Pushes external data into a specific panel. The panel name and interface will have to be an exact match to the SDK's definition.

Type

assocArray

Usage

m.lib.setDataToPanel = {
"keyPlaysPanel":{
"keyPlaysData": {data object for key plays}
}
}

Best Practices

  • Validate data structure before passing it to the panel
  • Ensure the panel is configured and available
  • Refer to panel-specific documentation for required data structure
  • Set data after the SDK is fully loaded
note

This must be set after the SDK is loaded.