Get Graphs Selection Items Display State

Get Graphs Selection Items Display State - kintone.app.getReportSelectorItemsDisplayState()

Retrieves the display state of the options within the graphs selection drop-down on the Record List and Graph pages.

Function

Desktop

kintone.app.getReportSelectorItemsDisplayState()

Mobile

kintone.mobile.app.getReportSelectorItemsDisplayState()

Parameters

None

Returns

A Promise object.
When the Promise object is fulfilled, the display state of each option can be retrieved.

Property Type Description
<Graph ID> String The display state of the option.
The following values are returned for all graphs available in the current App.
  • VISIBLE: The option is displayed.
  • HIDDEN: The option is hidden.

Available Pages (Desktop)

  • Record list
  • Graph

Available Pages (Mobile)

  • Graph