OfficeExtension.EventInfo interface
Used by Office to construct event handlers. Do not call in your code.
Properties
event |
|
register |
|
unregister |
Property Details
eventArgsTransformFunc
eventArgsTransformFunc: (args: any) => Promise<T>;
Property Value
(args: any) => Promise<T>
registerFunc
registerFunc: (callback: (args: any) => void) => Promise<any>;
Property Value
(callback: (args: any) => void) => Promise<any>
unregisterFunc
unregisterFunc: (callback: (args: any) => void) => Promise<any>;
Property Value
(callback: (args: any) => void) => Promise<any>
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