type AsyncCanEditItemCallback: (items) => Promise<Map<string, UserItemEditPermissions>>;
The type for a callback function that returns whether the user can edit the given items.
Parameters
| Parameter | Type | Description |
|---|---|---|
items | DataItemCallbackParam[] | The items to check edit permissions for. |
Returns
Promise<Map<string, UserItemEditPermissions>>