openItemSinglePage
The openItemSinglePage api to open the item single page 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
- key: The of the item to open.
- workspace: The workspace of the item to open.
Example
import createProximaSdk from '@giteeteam/proxima-sdk-js';
const proxima = createProximaSdk();
proxima.execute('openItemSinglePage', { key: 'XQ-1023', workspace: { key: 'XQ' } });