INPUT_OBJECT

SecurityReportConfigurationWidgetInput

Widget is a page or report component.

link GraphQL Schema definition

  • input SecurityReportConfigurationWidgetInput {
  • # Number of columns widget will occupy.
  • cols: Int!
  • # Uniquely identifies the component from widget registry.
  • componentId: String!
  • # Display text of the widget
  • label: String
  • # Key/value pair of properties that will apply on the component.
  • properties: [SecurityPropertyInput!]
  • # Number of rows widget will occupy.
  • rows: Int!
  • # Position of the widget on the X axis.
  • x: Int!
  • # Position of the widget on the Y axis.
  • y: Int!
  • }