当不支持特定 api 时,我需要显示通知
if (Office.context.requirements.isSetSupported('ExcelApi', '1.9')) {
}
else
{
//Show message to the user that this feature is not supported
}
目前微软不支持fabric UI消息横幅,那么office js应用程序的标准消息传递方法是什么?
当不支持特定 api 时,我需要显示通知
if (Office.context.requirements.isSetSupported('ExcelApi', '1.9')) {
}
else
{
//Show message to the user that this feature is not supported
}
目前微软不支持fabric UI消息横幅,那么office js应用程序的标准消息传递方法是什么?
您可以使用自己的逻辑创建自己的横幅,但需要注意的一件事是使用外接程序的 Office 设计原则。
Microsoft 将此页面作为指南提供 https://docs.microsoft.com/en-us/office/dev/add-ins/design/add-in-design