mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-26 07:06:56 +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;
|
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.
|
* Set new option or modify existing ones after initialization.
|
||||||
* @param {KeyboardOptions} option The option to set
|
* @param {KeyboardOptions} option The option to set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user