MFML - v0.0.4
    Preparing search index...

    Interface CategorySelectorParams

    Params provided to a CategorySelector.

    interface CategorySelectorParams {
        categories: string[];
        locale: string;
        options: null | Record<string, any>;
        type: string;
        value: unknown;
    }
    Index

    Properties

    categories: string[]

    The array of categories available for the argument.

    locale: string

    The message locale.

    options: null | Record<string, any>

    Argument options, or null if there are no options.

    type: string

    The type of the select node ("plural", "selectOrdinal", "select", etc.)

    value: unknown

    The value of an argument.