mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-22 01:29:39 +08:00
Adding replaceInput type. Per #851
This commit is contained in:
parent
3f2c315e82
commit
99422fe852
6
src/lib/@types/index.d.ts
vendored
6
src/lib/@types/index.d.ts
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user