Interface HttpOpenHandlerOptions

interface HttpOpenHandlerOptions {
    openExternal?: boolean;
}

Properties

Properties

openExternal?: boolean