Hi,
Have managed how to use the document repository thanks to a few other posts, but I want to be able to use context with the resulting data like I was using it with a custom property editor.
const { data } = await this.#documentRepository.requestByUnique(
'ccd910d4-4d02-4a18-87f7-b8468b75f637'
);
This will give the raw data, but I want to be able to use something like consumeContext on it to get the helper methods available to context.
The main reason is I want to be able to access block grid items and get the clipboard context for the block item entry.
Thanks,
Jarrod