Skip to main content

openItemEditScreen

The openItemEditScreen api to open the item edit modal for an item. It can be used by these modules:

  • Admin page
  • App page
  • Workspace page
  • Item action
  • Item panel
  • Item activity
  • View action

Arguments

  • The objectId of the item to edit

Example

import createProximaSdk from '@giteeteam/proxima-sdk-js';

const proxima = createProximaSdk();
proxima.execute('openItemEditScreen', 'tAbgAjZxsO');