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โ
Extended byโ
Propertiesโ
id?โ
readonlyoptionalid:string
Defined in: shared/types/componentProps.ts:54
Optional DOM id forwarded to the underlying element.