CML
Preparing search index...
@svta/cml-cmcd
CmcdFormatter
Type Alias CmcdFormatter
CmcdFormatter
:
(
value
:
CmcdValue
,
options
:
CmcdFormatterOptions
,
)
=>
|
ValueOrArray
<
number
|
SfItem
<
number
>
>
|
ValueOrArray
<
string
|
SfItem
<
string
>
>
A formatter for CMCD values.
Type Declaration
(
value
:
CmcdValue
,
options
:
CmcdFormatterOptions
,
)
:
|
ValueOrArray
<
number
|
SfItem
<
number
>
>
|
ValueOrArray
<
string
|
SfItem
<
string
>
>
Parameters
value
:
CmcdValue
The value to format.
options
:
CmcdFormatterOptions
Returns
ValueOrArray
<
number
|
SfItem
<
number
>
>
|
ValueOrArray
<
string
|
SfItem
<
string
>
>
The formatted value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
CML
Loading...
A formatter for CMCD values.