MFML - v0.0.4
    Preparing search index...

    Interface PostprocessorParams

    Params provided to the Postprocessor by the Compiler.

    interface PostprocessorParams {
        locale: string;
        messageKey: string;
        messageNode: MessageNode;
        text: string;
    }
    Index

    Properties

    locale: string

    The text locale.

    messageKey: string

    The message key.

    messageNode: MessageNode

    The parsed message node.

    text: string

    The message text.