Interface SessionOptions

interface SessionOptions {
    focus?: boolean;
}

Properties

Properties

focus?: boolean