Skip to main content

system.kanoa.dashboard.exportWidget

Description

Exports widget information

Syntax

exportWidget(widgetId)
  • Parameters
      widgetId (int)
  • Returns
      exportInfo (dict)
      msg (string): None if successful
  • Code Examples

    # Example usage
    widgetId = 4
    system.kanoa.dashboard.exportWidget(widgetId)