MFML - v0.0.5
    Preparing search index...

    Interface MessageDebugInfo

    interface MessageDebugInfo {
        argumentNames: string[];
        functionName: string;
        locales: string[];
        messageKey: string;
    }
    Index

    Properties

    argumentNames: string[]

    The array of argument names.

    functionName: string

    The compiled function name.

    locales: string[]

    The array of locales supported by the message.

    messageKey: string

    The message key.