Adding replaceInput type. Per #851

This commit is contained in:
Francisco Hodge 2021-01-03 17:15:32 -05:00
parent 3f2c315e82
commit 99422fe852

View File

@ -290,6 +290,12 @@ declare module 'simple-keyboard' {
*/
setInput(input: string, inputName?: string): void;
/**
* Replaces the entire internal input object.
* @param {string} input the input object
*/
replaceInput(input: any): void;
/**
* Set new option or modify existing ones after initialization.
* @param {KeyboardOptions} option The option to set