Type alias PluginOptions<T>

PluginOptions<T>: $MergeBy<{
    backend?: T;
    cache?: object;
    detection?: object;
    i18nFormat?: object;
}, CustomPluginOptions>

Type Parameters

  • T

Type declaration

  • Optional backend?: T

    Options for backend - check documentation of plugin

    Default

    undefined
    
  • Optional cache?: object

    Options for cache layer - check documentation of plugin

    Default

    undefined
    
  • Optional detection?: object

    Options for language detection - check documentation of plugin

    Default

    undefined
    
  • Optional i18nFormat?: object

    Options for i18n message format - check documentation of plugin

    Default

    undefined
    

Generated using TypeDoc