Skip to main content

openCloneItemScreen

The openCloneItemScreen api to open the item clone 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 clone, type: string

Example

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

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