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[]