DashboardFilter: DashboardFilter Class

DashboardFilterR Documentation

DashboardFilter Class

Description

DashboardFilter Class

DashboardFilter Class

Public fields

can
id
dashboard_id
name
title
type
default_value
model
explore
dimension
field
row
listens_to_filters
allow_multiple_values
required
ui_config

Methods

Public methods


Method new()

Usage
DashboardFilter$new(
  can,
  id,
  dashboard_id,
  name,
  title,
  type,
  default_value,
  model,
  explore,
  dimension,
  field,
  row,
  listens_to_filters,
  allow_multiple_values,
  required,
  ui_config
)

Method toJSON()

Usage
DashboardFilter$toJSON()

Method fromJSONObject()

Usage
DashboardFilter$fromJSONObject(DashboardFilterJsonObject)

Method fromJSON()

Usage
DashboardFilter$fromJSON(DashboardFilterJson)

Method toJSONString()

Usage
DashboardFilter$toJSONString()

Method fromJSONString()

Usage
DashboardFilter$fromJSONString(DashboardFilterJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
DashboardFilter$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.