@worldware/msg
    Preparing search index...

    Type Alias MsgResourceData

    Plain data used to create or describe a MsgResource.

    type MsgResourceData = {
        attributes: MsgAttributes;
        messages?: MsgMessageData[];
        notes?: MsgNote[];
        title: string;
    }
    Index
    attributes: MsgAttributes

    Locale and formatting metadata for the resource.

    messages?: MsgMessageData[]

    Optional list of messages in this resource.

    notes?: MsgNote[]

    Optional notes for translators and tooling.

    title: string

    Title that identifies this resource within a project.