fluent.js
    Preparing search index...

    Type Alias Message

    Raw messages are {value, attributes} shapes containing translation units called Patterns. Patterns are implementation-specific; they should be treated as black boxes and formatted with FluentBundle.formatPattern.

    type Message = {
        attributes: Record<string, Pattern>;
        id: string;
        value: Pattern | null;
    }
    Index

    Properties

    Properties

    attributes: Record<string, Pattern>
    id: string
    value: Pattern | null