GemBox.PdfViewer
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    NestedMessages Interface

    Namespace:
    @gembox/pdfviewer
    Assembly:
    @gembox/pdfviewer

    Represents nested message structures where each key can map to either a string or another nested messages object.

    • TypeScript
    export declare type NestedMessages = {
        [key: string]: string | NestedMessages;
    };
    Remarks

    This type is commonly used for localization and internationalization purposes, allowing for hierarchical message structures.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.