Interface WebviewFocusChange

interface WebviewFocusChange {
    focused: boolean;
    type: "webviewFocusChanged";
}

Properties

Properties

focused: boolean
type: "webviewFocusChanged"