Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

115
Vistas
TypeScript how to call function with its name

I am new to typescript, when I type: (dialog is imported from a library)

ipcMain.handle("openDialog", (event, method, config) => {
  return dialog[method](window, config);
});

It is working in javascript but it throws Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'Dialog' in typescript.
After finding some solutions online, none of them can solute this error for me.
That is what I have now:

ipcMain.handle("openDialog", (event : any, method : keyof Electron.Dialog, config : any) => {
  return dialog[method](window, config);
});

and I only got:

This expression is not callable.
  Each member of the union type '{ (browserWindow: BrowserWindow, options: CertificateTrustDialogOptions): Promise<void>; (options: CertificateTrustDialogOptions): Promise<...>; } | ... 6 more ... | { ...; }' has signatures, but none of those signatures are compatible with each other.

Any solutions?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda