Get App Action Button Display State

Get App Action Button Display State - kintone.app.record.getActionButtonDisplayState(action)

Retrieves the display state of the App Action button of the current record.

Function

Desktop

kintone.app.record.getActionButtonDisplayState(action)

Mobile

kintone.mobile.app.record.getActionButtonDisplayState(action)

Parameters

Parameter Type Required Description
action String Yes The name of the App Action.
When the action name is set in multiple languages, specify the name in the display language of the user running the API.
If multiple actions with the same name exist, specifying that action will result in an error.

Returns

A Promise object.
When the Promise object is resolved, the display state of the specified action button can be retrieved.

Type Description
String The display state.
  • VISIBLE: The button is visible.
  • HIDDEN: The button is hidden.

Available Pages

  • Record Details