CML
    Preparing search index...

    Type Alias CmcdFormatter

    CmcdFormatter: (
        value: CmcdValue,
        options: CmcdFormatterOptions,
    ) =>
        | ValueOrArray<number | SfItem<number>>
        | ValueOrArray<string | SfItem<string>>

    A formatter for CMCD values.

    Type Declaration