ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > FetchTranslation

FetchTranslation type

Takes locale and default "fetch translation" method and returns a promise resolving to the translation data.

Signature:

export declare type FetchTranslation = (a: Locale, b: () => Promise<TranslationTree>) => Promise<TranslationTree>;
  • FetchTranslation type
Copyright © 2023 ActiveViam