We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9add522 commit cb9f898Copy full SHA for cb9f898
inputMethods.ts
@@ -338,9 +338,9 @@ namespace microgui {
338
private readonly MAX_TEXT_LENGTH = 22;
339
340
private foregroundColor: number;
341
- private passedDeleteFn: () => void;
+ private passedDeleteFn: (str?: string) => void;
342
/** The passed Back Btn function is needed since its given to the constructor, but used by startup() */
343
- private passedBackBtn: () => void;
+ private passedBackBtn: (str?: string) => void;
344
345
constructor(opts: {
346
app: AppInterface,
0 commit comments