@worldware/msg
    Preparing search index...

    Type Alias MsgMessageData

    Plain data used to create a MsgMessage.

    type MsgMessageData = {
        attributes?: MsgAttributes;
        key: string;
        notes?: MsgNote[];
        value: string;
    }
    Index
    attributes?: MsgAttributes

    Optional locale and formatting metadata.

    key: string

    Unique key that identifies this message within a resource.

    notes?: MsgNote[]

    Optional notes for translators and tooling.

    value: string

    The message string, possibly in MessageFormat syntax.