MFML - v0.0.4
    Preparing search index...

    Variable defaultAllowedTypesConst

    defaultAllowedTypes: AllowedTypes = ...

    Allowed types that can be passed to allowTypes preprocessor to match the defaultArgumentFormatter setup.

    number

    Formats argument as a number.

    Allowed style:

    • decimal
    • integer
    • percent
    • currency

    Allowed options:

    date

    Formats argument as a date.

    Allowed style:

    • short
    • full
    • long
    • medium

    Allowed options:

    time

    Formats argument as a time.

    Allowed style:

    • short
    • full
    • long
    • medium

    Allowed options:

    conjunction

    Formats argument as a list of strings joined by "and".

    Allowed style:

    • long
    • narrow
    • short
    disjunction

    Formats argument as a list of strings joined by "or".

    Allowed style:

    • long
    • narrow
    • short
    plural

    Selects a cardinal plural category using on an argument value.

    Allowed style:

    • short
    • full
    • long
    • medium

    Allowed options:

    Allowed categories:

    • zero
    • one
    • two
    • few
    • many
    • other, required
    selectOrdinal

    Selects an ordinal plural category using on an argument value.

    Allowed style:

    • short
    • full
    • long
    • medium

    Allowed options:

    Allowed categories:

    • zero
    • one
    • two
    • few
    • many
    • other, required
    select

    Selects a category using on an argument value.

    Any categories, requires other category.