Preparing search index...
The search index is not available
biorate
biorate
i18n
FormatterModule
Interface FormatterModule
interface
FormatterModule
{
format
:
FormatFunction
;
type
:
"formatter"
;
add
(
name
,
fc
)
:
void
;
addCached
(
name
,
fc
)
:
void
;
init
(
services
,
i18nextOptions
)
:
void
;
}
Hierarchy (
view full
)
Module
Formatter
FormatterModule
Index
Properties
format
type
Methods
add
add
Cached
init
Properties
format
format
:
FormatFunction
type
type
:
"formatter"
Methods
add
add
(
name
,
fc
)
:
void
Parameters
name
:
string
fc
:
(
(
value
,
lng
,
options
)
=>
string
)
(
value
,
lng
,
options
)
:
string
Parameters
value
:
any
lng
:
string
options
:
any
Returns
string
Returns
void
add
Cached
add
Cached
(
name
,
fc
)
:
void
Parameters
name
:
string
fc
:
(
(
lng
,
options
)
=>
(
(
value
)
=>
string
)
)
(
lng
,
options
)
:
(
(
value
)
=>
string
)
Parameters
lng
:
string
options
:
any
Returns
(
(
value
)
=>
string
)
(
value
)
:
string
Parameters
value
:
any
Returns
string
Returns
void
init
init
(
services
,
i18nextOptions
)
:
void
Parameters
services
:
Services
i18nextOptions
:
InitOptions
<
object
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
format
type
add
add
Cached
init
biorate
Loading...