Skip to main content

Interface: DomIdentityProperties

Defined in: shared/types/componentProps.ts:52

DOM identity properties commonly forwarded to native elements.

Remarksโ€‹

id is frequently needed for accessibility, automation, and integration with browser APIs.

Hierarchyโ€‹

View Summary

Extended byโ€‹

Propertiesโ€‹

id?โ€‹

readonly optional id: string

Defined in: shared/types/componentProps.ts:54

Optional DOM id forwarded to the underlying element.