What is the "ExcelApiUndo" requirement set?

30 Views Asked by At

While looking into the Office.context.requirements.isSetSupported() API to see if there was a way to get the latest supported requirement set for ExcelApi, I found the set of them under Office.context.requirements._setMap._sets. Inside that was another one called ExcelApiUndo:

image showing the values under Office.context.requirements._setMap._sets

I cannot find any information about this requirement set in the Office JS docs, what exactly is it?

0

There are 0 best solutions below