Stone.js API
    Preparing search index...

    Function applyElementAttributes

    • Apply an attribute map to an element (used for <html> / <body> attributes).

      Parameters

      • element: Element

        The target element (no-op when null).

      • Optionalattributes: Record<string, string>

        The attribute map (no-op when undefined).

      Returns void