The instantiation options for a foreign handler.

interface IOptions {
    parent: IReceiver;
    sessionContext: ISessionContext;
}

Properties

parent: IReceiver

The parent into which the handler will inject code cells.

sessionContext: ISessionContext

The client session used by the foreign handler.