Interface InputFocusChange

interface InputFocusChange {
    focused: boolean;
    type: "inputFocusChanged";
}

Properties

Properties

focused: boolean
type: "inputFocusChanged"