DashboardLinkInteractionInput is an input datatype for creating a dashboard link interaction.

This datatype is used by five other input datatypes: CreateDashboardLinkInteractionInput, which is used by the createDashboardLinkInteraction() mutation field; CreateSavedQueryInput, which is used by createSavedQuery(); UpdateDashboardLinkInteractionInput, which is used by updateDashboardLinkInteraction(); UpdateSavedQueryInput, which is used by updateSavedQuery(); and WidgetQueryPropertiesInput, which in turn is used by the datatype, WidgetInput.

This last datatype is used by two other input datatypes: CreateDashboardInput, which is used by the createDashboard() mutation; UpdateDashboardInput, which is used by the updateDashboard() mutation.

Table: DashboardLinkInteractionInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 18, 2024
arguments[ArgumentInput]yes Long-TermA list of arguments. See ArgumentInput.
dashboardIdstring  Long-TermThe unique identifier for the dashboard.
dashboardNamestring  Long-TermThe name of the dashboard.
dashboardRepoOrViewNameRepoOrViewName  Long-TermThe name of the repository or view. RepoOrViewName is a scalar.
fieldInteractionConditions[FieldInteractionConditionInput]yes Long-TermThe field interaction conditions. See FieldInteractionConditionInput.
namestringyes Long-TermThe name of the field.
openInNewTabbooleanyes Long-TermWhether to open in a new tab.
packageSpecifierUnversionedPackageSpecifieryes Long-TermThe package specifier. UnversionedPackageSpecifier is a scalar.
titleTemplatestring  Long-TermThe title template.
useWidgetTimeWindowbooleanyes Long-TermWhether to use a time window widget.