BackendConfiguration

abstract class BackendConfiguration

Represents the backend configuration for i18next.

This class is abstract so when a backend plugin wrapper is being implemented, this class should be extended to be used as configuration for the plugin.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getAsDynamic(): dynamic

Serializes the configuration into a dynamic object suitable for passing to JavaScript.