We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb02a9e + 77438cd commit c629cd0Copy full SHA for c629cd0
14 files changed
appconfig.ts
@@ -1,6 +1,6 @@
1
namespace user_interface_base {
2
export const font = bitmaps.font8
3
- export let getIcon: (name: string, nullIfMissing: boolean) => Bitmap = null
+ export let getIcon: (name: string | number , nullIfMissing: boolean) => Bitmap = null
4
export let resolveTooltip: (ariaId: string) => string = null
5
export interface AppInterface {
6
pushScene(scene: Scene): void
0 commit comments