The instantiation options for an inspection handler.

interface IOptions {
    sessionContext: ISessionContext;
}

Properties

Properties

sessionContext: ISessionContext

The session context used to make API requests to the kernel.