docx
    Preparing search index...

    Type Alias AttributePayload<T>

    AttributePayload: { readonly [P in keyof T]: { key: string; value: T[P] } }

    Structured attribute payload with explicit key-value mapping.

    This type is used by NextAttributeComponent to provide more explicit control over attribute name mapping.

    Type Parameters

    • T