Check Revamped UI

Check Revamped UI - kintone.isRevampedUI()

Checks if the frontend framework is using the revamped UI.

About the Frontend Framework Revamp

The Kintone development team is gradually revamping the frontend framework that has been in use since the initial release. This aims to improve the speed of future product enhancements.

Function

kintone.isRevampedUI()

Parameters

None

Returns

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

Type Description
Boolean The usage of the revamped UI
  • true: Uses the revamped UI
  • false: Does not use the revamped UI

Available Pages