Unicode MessageFormat for JavaScript
    Preparing search index...

    Interface MessageUnknownPart

    interface MessageUnknownPart {
        dir?: "ltr" | "rtl";
        id?: string;
        locale?: string;
        parts?: { type: string; value?: unknown }[];
        type: "unknown";
        value: unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dir?: "ltr" | "rtl"
    id?: string
    locale?: string
    parts?: { type: string; value?: unknown }[]
    type: "unknown"
    value: unknown