OfficeExtension.RequestContextDebugInfo interface
Contains debug information about the request context.
Properties
pending |
The statements to be executed in the Office application. These statements may not match the code exactly as written, but will be a close approximation. |
Property Details
pendingStatements
The statements to be executed in the Office application.
These statements may not match the code exactly as written, but will be a close approximation.
pendingStatements: string[];
Property Value
string[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins