Get Sidebar Display State

Get Sidebar Display State - kintone.app.record.getSideBarDisplayState()

Retrieves the display state of the sidebar of the current record.

Function

kintone.app.record.getSideBarDisplayState()

Parameters

None

Returns

A Promise object.
The following values can be retrieved when the Promise object is fulfilled.

Type Description
String The display state of the sidebar
  • CLOSED: The sidebar is closed
  • COMMENTS: The record comments are open
  • HISTORY: The record change history is open
  • HIDDEN: The sidebar is hidden

Available Pages

  • Record Edit
  • Record Details