Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OfficeExtension.EventInfo interface

Package:
office

Used by Office to construct event handlers. Do not call in your code.

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>


Feedback

Was this page helpful?