Magidoc

DashboardParamValueInput
Input Object

Fields

#

key

Non-null

The param key this value is for (one of the dashboard chart param keys, e.g. PRODUCT).

kind

How a DATE value is produced. Null (or STATIC) uses the literal `value`; the dynamic kinds (TODAY, DAYS_FROM_TODAY, DAYS_AFTER_TODAY) recompute the date on every load. DATE params only.

offsetDays

The number of days, used by the DAYS_FROM_TODAY and DAYS_AFTER_TODAY dynamic DATE kinds.

timeOfDay

The time-of-day (HH:mm) appended to a resolved DATETIME value for the dynamic kinds. DATETIME params only; for a fixed DATETIME the time is part of `value`.

value

The selected scalar value for this param key.

values

[ String !]

The selected values when this param key accepts multiple selections.

Usages

#

References

#

  • Argument values of field updateDashboardParamValues from type Mutation
  • Argument params of field metabaseEmbedUrl from type Query