INPUT_OBJECT
FindingReportConfigurationWidgetInput
Widget is a page or report component.
link GraphQL Schema definition
- input FindingReportConfigurationWidgetInput {
- # Number of columns widget will occupy.
- Int! :
- # Uniquely identifies the component from widget registry.
- String! :
- # Display text of the widget
- String :
- # Key/value pair of properties that will apply on the component.
- FindingNotificationPropertyInput!] : [
- # Number of rows widget will occupy.
- Int! :
- # Position of the widget on the X axis.
- Int! :
- # Position of the widget on the Y axis.
- Int! :
- }