AsyncCanEditItemCallback

type AsyncCanEditItemCallback: (items) => Promise<Map<string, UserItemEditPermissions>>;

The type for a callback function that returns whether the user can edit the given items.

Parameters

ParameterTypeDescription
itemsDataItemCallbackParam[]The items to check edit permissions for.

Returns

Promise<Map<string, UserItemEditPermissions>>