MFML - v0.0.4
    Preparing search index...

    Interface PreprocessorParams

    Params provided to the Preprocessor by the Compiler.

    interface PreprocessorParams {
        locale: string;
        messageKey: string;
        text: string;
    }
    Index

    Properties

    locale: string

    The text locale.

    messageKey: string

    The message key.

    text: string

    The message text.