UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines (7 loc) 247 B
/** * Sets a badge text on a tab index when using a Menu object with Control Type = Tabs * @param {string} text * @param {number} tabIndex * @return any */ export declare const setBadgeText: (text: string, tabIndex: number) => Promise<void>;