docx
    Preparing search index...

    Type Alias AttributeMap<T>

    AttributeMap: Record<keyof T, string>

    Maps TypeScript property names to their XML attribute names.

    This type is used to define how JavaScript-friendly property names are translated into namespaced XML attribute names.

    Type Parameters

    • T