KeyboardEventInitinterface KeyboardEventInit extends EventModifierInit {charCode?: number;code?: string;isComposing?: boolean;key?: string;keyCode?: number;location?: number;repeat?: boolean;}§Extends§EventModifierInit[src]§Properties§charCode?: number[src]§code?: string[src]§isComposing?: boolean[src]§key?: string[src]§keyCode?: number[src]§location?: number[src]§repeat?: boolean[src]