openAddLinkScreen
The openAddLinkScreen
api to open the modal of add itemLink 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 add itemLink, type as string
Example
import createProximaSdk from '@giteeteam/proxima-sdk-js';
const proxima = createProximaSdk();
proxima.execute('openAddLinkScreen', 'tAbgAjZxsO');