@openmrs/esm-framework 6.3.1-pre.3092 → 6.3.1-pre.3104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (542) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/dist/openmrs-esm-framework.js +2 -2
  3. package/dist/openmrs-esm-framework.js.map +1 -1
  4. package/docs/API.md +310 -8579
  5. package/docs/classes/OpenmrsFetchError.md +88 -117
  6. package/docs/enumerations/Type.md +77 -0
  7. package/docs/enumerations/VisitMode.md +29 -0
  8. package/docs/enumerations/VisitStatus.md +21 -0
  9. package/docs/functions/ConfigurableLink.md +19 -0
  10. package/docs/functions/CustomOverflowMenu.md +17 -0
  11. package/docs/functions/DashboardExtension.md +17 -0
  12. package/docs/functions/ExtensionSlot.md +46 -0
  13. package/docs/functions/OpenmrsAppContext.md +36 -0
  14. package/docs/functions/PatientBannerActionsMenu.md +17 -0
  15. package/docs/functions/PatientBannerContactDetails.md +17 -0
  16. package/docs/functions/PatientBannerPatientIdentifiers.md +17 -0
  17. package/docs/functions/PatientBannerPatientInfo.md +17 -0
  18. package/docs/functions/PatientBannerToggleContactDetailsButton.md +17 -0
  19. package/docs/functions/PatientPhoto.md +19 -0
  20. package/docs/functions/WorkspaceContainer.md +55 -0
  21. package/docs/functions/age.md +32 -0
  22. package/docs/functions/attach.md +40 -0
  23. package/docs/functions/beginEditSynchronizationItem.md +22 -0
  24. package/docs/functions/canAccessStorage.md +25 -0
  25. package/docs/functions/canBeginEditSynchronizationItemsOfType.md +22 -0
  26. package/docs/functions/clearCurrentUser.md +11 -0
  27. package/docs/functions/closeWorkspace.md +27 -0
  28. package/docs/functions/compile.md +30 -0
  29. package/docs/functions/convertToLocaleCalendar.md +25 -0
  30. package/docs/functions/createAttachment.md +21 -0
  31. package/docs/functions/createErrorHandler.md +21 -0
  32. package/docs/functions/createGlobalStore.md +36 -0
  33. package/docs/functions/createUseStore.md +66 -0
  34. package/docs/functions/defineConfigSchema.md +33 -0
  35. package/docs/functions/defineExtensionConfigSchema.md +38 -0
  36. package/docs/functions/deleteAttachmentPermanently.md +21 -0
  37. package/docs/functions/deleteSynchronizationItem.md +21 -0
  38. package/docs/functions/detach.md +25 -0
  39. package/docs/functions/detachAll.md +21 -0
  40. package/docs/functions/dispatchNotificationShown.md +17 -0
  41. package/docs/functions/dispatchPrecacheStaticDependencies.md +17 -0
  42. package/docs/functions/displayName.md +21 -0
  43. package/docs/functions/evaluate.md +84 -0
  44. package/docs/functions/evaluateAsBoolean.md +31 -0
  45. package/docs/functions/evaluateAsBooleanAsync.md +31 -0
  46. package/docs/functions/evaluateAsNumber.md +31 -0
  47. package/docs/functions/evaluateAsNumberAsync.md +31 -0
  48. package/docs/functions/evaluateAsType.md +46 -0
  49. package/docs/functions/evaluateAsTypeAsync.md +46 -0
  50. package/docs/functions/evaluateAsync.md +87 -0
  51. package/docs/functions/extractVariableNames.md +50 -0
  52. package/docs/functions/fetchCurrentPatient.md +25 -0
  53. package/docs/functions/filterBreadcrumbs.md +21 -0
  54. package/docs/functions/formatDate.md +39 -0
  55. package/docs/functions/formatDatetime.md +29 -0
  56. package/docs/functions/formatPartialDate.md +39 -0
  57. package/docs/functions/formatPatientName.md +23 -0
  58. package/docs/functions/formatTime.md +20 -0
  59. package/docs/functions/formattedName.md +21 -0
  60. package/docs/functions/generateOfflineUuid.md +13 -0
  61. package/docs/functions/getAssignedExtensions.md +23 -0
  62. package/docs/functions/getAsyncLifecycle.md +31 -0
  63. package/docs/functions/getAttachmentByUuid.md +21 -0
  64. package/docs/functions/getAttachments.md +25 -0
  65. package/docs/functions/getBreadcrumbs.md +11 -0
  66. package/docs/functions/getBreadcrumbsFor.md +17 -0
  67. package/docs/functions/getConfig.md +31 -0
  68. package/docs/functions/getContext.md +29 -0
  69. package/docs/functions/getCoreTranslation.md +35 -0
  70. package/docs/functions/getCurrentOfflineMode.md +11 -0
  71. package/docs/functions/getCurrentUser.md +154 -0
  72. package/docs/functions/getDefaultCalendar.md +21 -0
  73. package/docs/functions/getDefaultsFromConfigSchema.md +32 -0
  74. package/docs/functions/getDynamicOfflineDataEntries.md +28 -0
  75. package/docs/functions/getDynamicOfflineDataEntriesFor.md +34 -0
  76. package/docs/functions/getDynamicOfflineDataHandlers.md +13 -0
  77. package/docs/functions/getExtensionNameFromId.md +30 -0
  78. package/docs/functions/getExtensionStore.md +14 -0
  79. package/docs/functions/getFeatureFlag.md +21 -0
  80. package/docs/functions/getFhirServerPaginationHandlers.md +17 -0
  81. package/docs/functions/getFullSynchronizationItems.md +27 -0
  82. package/docs/functions/getFullSynchronizationItemsFor.md +33 -0
  83. package/docs/functions/getGlobalStore.md +36 -0
  84. package/docs/functions/getHistory.md +13 -0
  85. package/docs/functions/getLifecycle.md +27 -0
  86. package/docs/functions/getLocale.md +15 -0
  87. package/docs/functions/getLocations.md +21 -0
  88. package/docs/functions/getLoggedInUser.md +11 -0
  89. package/docs/functions/getOfflinePatientDataStore.md +15 -0
  90. package/docs/functions/getPatientName.md +26 -0
  91. package/docs/functions/getSessionLocation.md +11 -0
  92. package/docs/functions/getSessionStore.md +11 -0
  93. package/docs/functions/getSyncLifecycle.md +31 -0
  94. package/docs/functions/getSynchronizationItem.md +27 -0
  95. package/docs/functions/getSynchronizationItems.md +27 -0
  96. package/docs/functions/getVisitStore.md +11 -0
  97. package/docs/functions/getVisitTypes.md +11 -0
  98. package/docs/functions/getVisitsForPatient.md +29 -0
  99. package/docs/functions/goBackInHistory.md +25 -0
  100. package/docs/functions/importDynamic.md +58 -0
  101. package/docs/functions/inRange.md +27 -0
  102. package/docs/functions/interpolateString.md +34 -0
  103. package/docs/functions/interpolateUrl.md +48 -0
  104. package/docs/functions/isDesktop.md +17 -0
  105. package/docs/functions/isDevEnabled.md +11 -0
  106. package/docs/functions/isOfflineUuid.md +19 -0
  107. package/docs/functions/isOmrsDateStrict.md +20 -0
  108. package/docs/functions/isOmrsDateToday.md +19 -0
  109. package/docs/functions/isOnline.md +17 -0
  110. package/docs/functions/isUrlWithTemplateParameters.md +22 -0
  111. package/docs/functions/isVersionSatisfied.md +21 -0
  112. package/docs/functions/launchWorkspace.md +56 -0
  113. package/docs/functions/launchWorkspaceGroup.md +38 -0
  114. package/docs/functions/makeUrl.md +26 -0
  115. package/docs/functions/messageOmrsServiceWorker.md +23 -0
  116. package/docs/functions/navigate.md +48 -0
  117. package/docs/functions/navigateAndLaunchWorkspace.md +33 -0
  118. package/docs/functions/oneOf.md +21 -0
  119. package/docs/functions/openmrsFetch.md +75 -0
  120. package/docs/functions/openmrsObservableFetch.md +55 -0
  121. package/docs/functions/parseDate.md +20 -0
  122. package/docs/functions/provide.md +21 -0
  123. package/docs/functions/putDynamicOfflineData.md +28 -0
  124. package/docs/functions/putDynamicOfflineDataFor.md +34 -0
  125. package/docs/functions/queueSynchronizationItem.md +39 -0
  126. package/docs/functions/refetchCurrentUser.md +33 -0
  127. package/docs/functions/registerBreadcrumb.md +17 -0
  128. package/docs/functions/registerBreadcrumbs.md +17 -0
  129. package/docs/functions/registerContext.md +34 -0
  130. package/docs/functions/registerDefaultCalendar.md +33 -0
  131. package/docs/functions/registerFeatureFlag.md +36 -0
  132. package/docs/functions/registerOfflinePatientHandler.md +25 -0
  133. package/docs/functions/removeDynamicOfflineData.md +28 -0
  134. package/docs/functions/removeDynamicOfflineDataFor.md +34 -0
  135. package/docs/functions/renderExtension.md +41 -0
  136. package/docs/functions/reportError.md +17 -0
  137. package/docs/functions/retry.md +44 -0
  138. package/docs/functions/saveVisit.md +21 -0
  139. package/docs/functions/selectPreferredName.md +46 -0
  140. package/docs/functions/setCurrentVisit.md +21 -0
  141. package/docs/functions/setLeftNav.md +23 -0
  142. package/docs/functions/setSessionLocation.md +21 -0
  143. package/docs/functions/setUserLanguage.md +17 -0
  144. package/docs/functions/setUserProperties.md +23 -0
  145. package/docs/functions/setupDynamicOfflineDataHandler.md +22 -0
  146. package/docs/functions/setupOfflineSync.md +49 -0
  147. package/docs/functions/shallowEqual.md +32 -0
  148. package/docs/functions/showActionableNotification.md +21 -0
  149. package/docs/functions/showModal.md +44 -0
  150. package/docs/functions/showNotification.md +21 -0
  151. package/docs/functions/showSnackbar.md +21 -0
  152. package/docs/functions/showToast.md +21 -0
  153. package/docs/functions/subscribeActionableNotificationShown.md +21 -0
  154. package/docs/functions/subscribeConnectivity.md +21 -0
  155. package/docs/functions/subscribeConnectivityChanged.md +21 -0
  156. package/docs/functions/subscribeNotificationShown.md +21 -0
  157. package/docs/functions/subscribePrecacheStaticDependencies.md +21 -0
  158. package/docs/functions/subscribeSnackbarShown.md +21 -0
  159. package/docs/functions/subscribeTo.md +75 -0
  160. package/docs/functions/subscribeToContext.md +39 -0
  161. package/docs/functions/subscribeToastShown.md +21 -0
  162. package/docs/functions/syncAllDynamicOfflineData.md +27 -0
  163. package/docs/functions/syncDynamicOfflineData.md +33 -0
  164. package/docs/functions/syncOfflinePatientData.md +21 -0
  165. package/docs/functions/toDateObjectStrict.md +20 -0
  166. package/docs/functions/toLocationObject.md +17 -0
  167. package/docs/functions/toOmrsIsoString.md +23 -0
  168. package/docs/functions/toVisitTypeObject.md +17 -0
  169. package/docs/functions/translateFrom.md +55 -0
  170. package/docs/functions/unregisterContext.md +20 -0
  171. package/docs/functions/unsetLeftNav.md +23 -0
  172. package/docs/functions/updateContext.md +29 -0
  173. package/docs/functions/updateVisit.md +25 -0
  174. package/docs/functions/useAbortController.md +32 -0
  175. package/docs/functions/useAppContext.md +43 -0
  176. package/docs/functions/useAssignedExtensionIds.md +26 -0
  177. package/docs/functions/useAssignedExtensions.md +21 -0
  178. package/docs/functions/useAttachments.md +41 -0
  179. package/docs/functions/useBodyScrollLock.md +17 -0
  180. package/docs/functions/useConfig.md +27 -0
  181. package/docs/functions/useConnectivity.md +11 -0
  182. package/docs/functions/useDebounce.md +57 -0
  183. package/docs/functions/useDefineAppContext.md +70 -0
  184. package/docs/functions/useEmrConfiguration.md +35 -0
  185. package/docs/functions/useExtensionSlotMeta.md +25 -0
  186. package/docs/functions/useExtensionSlotStore.md +17 -0
  187. package/docs/functions/useFeatureFlag.md +30 -0
  188. package/docs/functions/useFhirFetchAll.md +44 -0
  189. package/docs/functions/useFhirInfinite.md +46 -0
  190. package/docs/functions/useFhirPagination.md +129 -0
  191. package/docs/functions/useLayoutType.md +11 -0
  192. package/docs/functions/useLeftNav.md +17 -0
  193. package/docs/functions/useLeftNavStore.md +11 -0
  194. package/docs/functions/useLocations.md +21 -0
  195. package/docs/functions/useOnClickOutside.md +27 -0
  196. package/docs/functions/useOnVisible.md +28 -0
  197. package/docs/functions/useOpenmrsFetchAll.md +46 -0
  198. package/docs/functions/useOpenmrsInfinite.md +54 -0
  199. package/docs/functions/useOpenmrsPagination.md +140 -0
  200. package/docs/functions/useOpenmrsSWR.md +71 -0
  201. package/docs/functions/usePagination.md +89 -0
  202. package/docs/functions/usePatient.md +38 -0
  203. package/docs/functions/usePatientPhoto.md +17 -0
  204. package/docs/functions/usePrimaryIdentifierCode.md +23 -0
  205. package/docs/functions/useRenderableExtensions.md +43 -0
  206. package/docs/functions/useSession.md +19 -0
  207. package/docs/functions/useStore.md +131 -0
  208. package/docs/functions/useStoreWithActions.md +33 -0
  209. package/docs/functions/useVisit.md +41 -0
  210. package/docs/functions/useVisitContextStore.md +23 -0
  211. package/docs/functions/useVisitTypes.md +11 -0
  212. package/docs/functions/useWorkspaces.md +11 -0
  213. package/docs/functions/userHasAccess.md +27 -0
  214. package/docs/functions/validator.md +44 -0
  215. package/docs/interfaces/ActionMenuButtonProps.md +33 -57
  216. package/docs/interfaces/ActionableNotificationDescriptor.md +37 -67
  217. package/docs/interfaces/AssignedExtension.md +30 -57
  218. package/docs/interfaces/Attachment.md +23 -47
  219. package/docs/interfaces/AttachmentResponse.md +20 -41
  220. package/docs/interfaces/AuditInfo.md +49 -88
  221. package/docs/interfaces/BreadcrumbRegistration.md +8 -17
  222. package/docs/interfaces/BreadcrumbSettings.md +18 -33
  223. package/docs/interfaces/CancelLoading.md +6 -10
  224. package/docs/interfaces/ClearDynamicRoutesMessage.md +9 -17
  225. package/docs/interfaces/CloseWorkspaceOptions.md +18 -29
  226. package/docs/interfaces/ComponentConfig.md +11 -23
  227. package/docs/interfaces/Concept.md +83 -131
  228. package/docs/interfaces/ConceptClass.md +46 -67
  229. package/docs/interfaces/ConceptDatatype.md +50 -74
  230. package/docs/interfaces/ConceptName.md +50 -74
  231. package/docs/interfaces/Config.md +4 -2
  232. package/docs/interfaces/ConfigObject.md +12 -21
  233. package/docs/interfaces/ConfigSchema.md +15 -27
  234. package/docs/interfaces/ConfigurableLinkProps.md +24 -4314
  235. package/docs/interfaces/ConnectedExtension.md +25 -41
  236. package/docs/interfaces/ConnectivityChangedEvent.md +4 -10
  237. package/docs/interfaces/CurrentPatientOptions.md +9 -18
  238. package/docs/interfaces/DashboardExtensionProps.md +13 -28
  239. package/docs/interfaces/DefaultWorkspaceProps.md +44 -51
  240. package/docs/interfaces/Diagnosis.md +80 -104
  241. package/docs/interfaces/DisplayConditionsConfigObject.md +18 -33
  242. package/docs/interfaces/DynamicOfflineData.md +23 -41
  243. package/docs/interfaces/DynamicOfflineDataHandler.md +47 -54
  244. package/docs/interfaces/DynamicOfflineDataSyncState.md +29 -39
  245. package/docs/interfaces/EmrApiConfigurationResponse.md +243 -350
  246. package/docs/interfaces/Encounter.md +67 -110
  247. package/docs/interfaces/EncounterProvider.md +39 -61
  248. package/docs/interfaces/EncounterRole.md +43 -68
  249. package/docs/interfaces/EncounterType.md +43 -68
  250. package/docs/interfaces/ErrorStateProps.md +7 -16
  251. package/docs/interfaces/ExtensionData.md +10 -22
  252. package/docs/interfaces/ExtensionMeta.md +4 -2
  253. package/docs/interfaces/ExtensionRegistration.md +36 -69
  254. package/docs/interfaces/ExtensionSlotBaseProps.md +35 -35
  255. package/docs/interfaces/ExtensionSlotConfig.md +17 -32
  256. package/docs/interfaces/ExtensionSlotConfigObject.md +14 -26
  257. package/docs/interfaces/ExtensionSlotConfigureValueObject.md +4 -2
  258. package/docs/interfaces/ExtensionSlotProps.md +3520 -0
  259. package/docs/interfaces/ExtensionSlotState.md +9 -18
  260. package/docs/interfaces/ExtensionStore.md +5 -11
  261. package/docs/interfaces/FHIRCode.md +11 -23
  262. package/docs/interfaces/FHIRLocationResource.md +25 -18
  263. package/docs/interfaces/FHIRResource.md +105 -41
  264. package/docs/interfaces/FeatureFlagDefinition.md +14 -26
  265. package/docs/interfaces/FetchConfig.md +80 -117
  266. package/docs/interfaces/FetchError.md +8 -21
  267. package/docs/interfaces/FetchHeaders.md +4 -2
  268. package/docs/interfaces/FetchResponse.md +124 -130
  269. package/docs/interfaces/FetchResponseJson.md +4 -2
  270. package/docs/interfaces/ImportMap.md +4 -10
  271. package/docs/interfaces/LeftNavStore.md +14 -29
  272. package/docs/interfaces/Link.md +11 -23
  273. package/docs/interfaces/Location.md +147 -250
  274. package/docs/interfaces/LoggedInUser.md +68 -70
  275. package/docs/interfaces/LoggedInUserFetchResponse.md +120 -128
  276. package/docs/interfaces/MessageServiceWorkerResult.md +17 -29
  277. package/docs/interfaces/NavigateOptions.md +9 -18
  278. package/docs/interfaces/NewVisitPayload.md +32 -48
  279. package/docs/interfaces/NotificationDescriptor.md +31 -58
  280. package/docs/interfaces/Obs.md +99 -166
  281. package/docs/interfaces/OfflineModeResult.md +11 -23
  282. package/docs/interfaces/OfflinePatientArgs.md +13 -20
  283. package/docs/interfaces/OfflinePatientDataSyncHandler.md +17 -27
  284. package/docs/interfaces/OfflinePatientDataSyncState.md +29 -51
  285. package/docs/interfaces/OfflinePatientDataSyncStore.md +13 -20
  286. package/docs/interfaces/OmrsServiceWorkerMessage.md +13 -23
  287. package/docs/interfaces/OnImportMapChangedMessage.md +12 -23
  288. package/docs/interfaces/OnlyThePatient.md +9 -17
  289. package/docs/interfaces/OpenWorkspace.md +116 -170
  290. package/docs/interfaces/OpenmrsAppContextProps.md +14 -23
  291. package/docs/interfaces/OpenmrsAppRoutes.md +41 -71
  292. package/docs/interfaces/OpenmrsDatePickerProps.md +346 -483
  293. package/docs/interfaces/OpenmrsResource.md +39 -57
  294. package/docs/interfaces/OpenmrsResourceStrict.md +27 -51
  295. package/docs/interfaces/PageHeaderContentProps.md +12 -24
  296. package/docs/interfaces/PageHeaderWrapperProps.md +9 -18
  297. package/docs/interfaces/Patient.md +41 -70
  298. package/docs/interfaces/PatientBannerActionsMenuProps.md +15 -30
  299. package/docs/interfaces/PatientBannerToggleContactDetailsButtonProps.md +17 -32
  300. package/docs/interfaces/PatientIdentifier.md +49 -84
  301. package/docs/interfaces/PatientIdentifierType.md +65 -112
  302. package/docs/interfaces/PatientPhotoProps.md +8 -17
  303. package/docs/interfaces/PatientWithFullResponse.md +9 -17
  304. package/docs/interfaces/Person.md +96 -160
  305. package/docs/interfaces/PersonAddress.md +136 -230
  306. package/docs/interfaces/PersonAttribute.md +43 -68
  307. package/docs/interfaces/PersonName.md +72 -118
  308. package/docs/interfaces/PrecacheStaticDependenciesEvent.md +3 -1
  309. package/docs/interfaces/PrimaryIdentifier.md +5 -11
  310. package/docs/interfaces/Privilege.md +11 -23
  311. package/docs/interfaces/Prompt.md +20 -41
  312. package/docs/interfaces/QueueItemDescriptor.md +23 -30
  313. package/docs/interfaces/RegisterDynamicRouteMessage.md +21 -38
  314. package/docs/interfaces/ResourceLoader.md +10 -14
  315. package/docs/interfaces/ResponsiveWrapperProps.md +5 -11
  316. package/docs/interfaces/RetryOptions.md +36 -37
  317. package/docs/interfaces/Role.md +10 -22
  318. package/docs/interfaces/Session.md +31 -54
  319. package/docs/interfaces/SessionLocation.md +10 -22
  320. package/docs/interfaces/SetLeftNavParams.md +15 -30
  321. package/docs/interfaces/ShowActionableNotificationEvent.md +26 -50
  322. package/docs/interfaces/ShowNotificationEvent.md +20 -38
  323. package/docs/interfaces/ShowSnackbarEvent.md +34 -64
  324. package/docs/interfaces/ShowToastEvent.md +22 -43
  325. package/docs/interfaces/SnackbarDescriptor.md +41 -76
  326. package/docs/interfaces/SnackbarMeta.md +55 -93
  327. package/docs/interfaces/SpaConfig.md +30 -40
  328. package/docs/interfaces/StyleguideConfigObject.md +39 -70
  329. package/docs/interfaces/SyncItem.md +34 -57
  330. package/docs/interfaces/SyncProcessOptions.md +22 -40
  331. package/docs/interfaces/ToastDescriptor.md +29 -55
  332. package/docs/interfaces/ToastNotificationMeta.md +40 -69
  333. package/docs/interfaces/UploadedFile.md +25 -49
  334. package/docs/interfaces/UseConfigOptions.md +6 -12
  335. package/docs/interfaces/UsePatientPhotoResult.md +12 -24
  336. package/docs/interfaces/UseServerFetchAllOptions.md +41 -61
  337. package/docs/interfaces/UseServerInfiniteOptions.md +29 -46
  338. package/docs/interfaces/UseServerPaginationOptions.md +26 -41
  339. package/docs/interfaces/User.md +34 -46
  340. package/docs/interfaces/UserHasAccessProps.md +13 -25
  341. package/docs/interfaces/Visit.md +36 -66
  342. package/docs/interfaces/VisitItem.md +16 -31
  343. package/docs/interfaces/VisitReturnType.md +24 -51
  344. package/docs/interfaces/VisitStoreState.md +14 -26
  345. package/docs/interfaces/VisitType.md +11 -23
  346. package/docs/interfaces/WorkspaceContainerProps.md +20 -38
  347. package/docs/interfaces/WorkspaceGroupDefinition.md +10 -19
  348. package/docs/interfaces/WorkspaceRegistration.md +43 -82
  349. package/docs/interfaces/WorkspacesInfo.md +26 -40
  350. package/docs/type-aliases/ActionFunction.md +27 -0
  351. package/docs/type-aliases/ActionableNotificationType.md +7 -0
  352. package/docs/type-aliases/Actions.md +13 -0
  353. package/docs/type-aliases/ArgumentsTuple.md +7 -0
  354. package/docs/type-aliases/BoundActions.md +17 -0
  355. package/docs/type-aliases/ConfigValue.md +7 -0
  356. package/docs/type-aliases/ContextCallback.md +23 -0
  357. package/docs/type-aliases/CoreTranslationKey.md +7 -0
  358. package/docs/type-aliases/CurrentPatient.md +7 -0
  359. package/docs/type-aliases/DateInput.md +7 -0
  360. package/docs/type-aliases/DefaultEvaluateReturnType.md +9 -0
  361. package/docs/type-aliases/ExtensionDefinition.md +69 -0
  362. package/docs/type-aliases/ExtensionProps.md +13 -0
  363. package/docs/type-aliases/FormatDateMode.md +7 -0
  364. package/docs/type-aliases/FormatDateOptions.md +102 -0
  365. package/docs/type-aliases/IconProps.md +31 -0
  366. package/docs/type-aliases/InlineNotificationType.md +7 -0
  367. package/docs/type-aliases/Key.md +7 -0
  368. package/docs/type-aliases/KnownOmrsServiceWorkerMessages.md +7 -0
  369. package/docs/type-aliases/LayoutType.md +7 -0
  370. package/docs/type-aliases/LoadedSessionStore.md +23 -0
  371. package/docs/type-aliases/ModalDefinition.md +17 -0
  372. package/docs/type-aliases/NameUse.md +7 -0
  373. package/docs/type-aliases/NullablePatient.md +7 -0
  374. package/docs/type-aliases/OfflineMode.md +7 -0
  375. package/docs/type-aliases/OmrsOfflineCachingStrategy.md +12 -0
  376. package/docs/type-aliases/OmrsOfflineHttpHeaderNames.md +7 -0
  377. package/docs/type-aliases/OmrsOfflineHttpHeaders.md +44 -0
  378. package/docs/type-aliases/OpenmrsRoutes.md +10 -0
  379. package/docs/type-aliases/PageDefinition.md +41 -0
  380. package/docs/type-aliases/PageHeaderProps.md +7 -0
  381. package/docs/type-aliases/PatientUuid.md +7 -0
  382. package/docs/type-aliases/PictogramProps.md +23 -0
  383. package/docs/type-aliases/ProvidedConfig.md +23 -0
  384. package/docs/type-aliases/ResourceName.md +7 -0
  385. package/docs/type-aliases/SessionStore.md +7 -0
  386. package/docs/type-aliases/SnackbarType.md +7 -0
  387. package/docs/type-aliases/SpaEnvironment.md +7 -0
  388. package/docs/type-aliases/SvgIconProps.md +23 -0
  389. package/docs/type-aliases/SvgPictogramProps.md +27 -0
  390. package/docs/type-aliases/TemplateParams.md +11 -0
  391. package/docs/type-aliases/ToastType.md +7 -0
  392. package/docs/type-aliases/UnloadedSessionStore.md +23 -0
  393. package/docs/type-aliases/UpdateVisitPayload.md +7 -0
  394. package/docs/type-aliases/UseOpenmrsSWROptions.md +39 -0
  395. package/docs/type-aliases/Validator.md +17 -0
  396. package/docs/type-aliases/ValidatorFunction.md +17 -0
  397. package/docs/type-aliases/VariablesMap.md +13 -0
  398. package/docs/type-aliases/WorkspaceDefinition.md +78 -0
  399. package/docs/type-aliases/WorkspaceWindowState.md +7 -0
  400. package/docs/variables/ActionMenuButton.md +7 -0
  401. package/docs/variables/ActivityIcon.md +7 -0
  402. package/docs/variables/AddIcon.md +7 -0
  403. package/docs/variables/AllergiesIcon.md +7 -0
  404. package/docs/variables/AppointmentsPictogram.md +7 -0
  405. package/docs/variables/ArrowDownIcon.md +7 -0
  406. package/docs/variables/ArrowLeftIcon.md +7 -0
  407. package/docs/variables/ArrowRightIcon.md +7 -0
  408. package/docs/variables/ArrowUpIcon.md +7 -0
  409. package/docs/variables/AttachmentIcon.md +7 -0
  410. package/docs/variables/BabyIcon.md +7 -0
  411. package/docs/variables/CalendarHeatMapIcon.md +7 -0
  412. package/docs/variables/CalendarIcon.md +7 -0
  413. package/docs/variables/CaretDownIcon.md +7 -0
  414. package/docs/variables/CaretLeftIcon.md +7 -0
  415. package/docs/variables/CaretRightIcon.md +7 -0
  416. package/docs/variables/CaretUpIcon.md +7 -0
  417. package/docs/variables/ChartAverageIcon.md +7 -0
  418. package/docs/variables/CheckmarkFilledIcon.md +7 -0
  419. package/docs/variables/CheckmarkOutlineIcon.md +7 -0
  420. package/docs/variables/ChemistryIcon.md +7 -0
  421. package/docs/variables/ChevronDownIcon.md +7 -0
  422. package/docs/variables/ChevronLeftIcon.md +7 -0
  423. package/docs/variables/ChevronRightIcon.md +7 -0
  424. package/docs/variables/ChevronUpIcon.md +7 -0
  425. package/docs/variables/CloseFilledIcon.md +7 -0
  426. package/docs/variables/CloseIcon.md +7 -0
  427. package/docs/variables/CloseOutlineIcon.md +7 -0
  428. package/docs/variables/ConditionsIcon.md +11 -0
  429. package/docs/variables/DiagnosisTags.md +11 -0
  430. package/docs/variables/DocumentAttachmentIcon.md +7 -0
  431. package/docs/variables/DocumentIcon.md +7 -0
  432. package/docs/variables/DownloadIcon.md +7 -0
  433. package/docs/variables/DrugOrderIcon.md +7 -0
  434. package/docs/variables/EditIcon.md +7 -0
  435. package/docs/variables/ErrorState.md +7 -0
  436. package/docs/variables/EventScheduleIcon.md +7 -0
  437. package/docs/variables/EventsIcon.md +7 -0
  438. package/docs/variables/Extension.md +15 -0
  439. package/docs/variables/GenderFemaleIcon.md +7 -0
  440. package/docs/variables/GenderMaleIcon.md +7 -0
  441. package/docs/variables/GenderOtherIcon.md +7 -0
  442. package/docs/variables/GenderUnknownIcon.md +7 -0
  443. package/docs/variables/GenericOrderTypeIcon.md +7 -0
  444. package/docs/variables/GroupAccessIcon.md +7 -0
  445. package/docs/variables/GroupIcon.md +7 -0
  446. package/docs/variables/HomePictogram.md +7 -0
  447. package/docs/variables/HospitalBedIcon.md +7 -0
  448. package/docs/variables/Icon.md +9 -0
  449. package/docs/variables/ImageMedicalIcon.md +7 -0
  450. package/docs/variables/InPatientPictogram.md +7 -0
  451. package/docs/variables/InformationFilledIcon.md +7 -0
  452. package/docs/variables/InformationIcon.md +7 -0
  453. package/docs/variables/InformationSquareIcon.md +7 -0
  454. package/docs/variables/InventoryManagementIcon.md +7 -0
  455. package/docs/variables/LabOrderIcon.md +7 -0
  456. package/docs/variables/LaboratoryPictogram.md +7 -0
  457. package/docs/variables/LeftNavMenu.md +13 -0
  458. package/docs/variables/ListCheckedIcon.md +7 -0
  459. package/docs/variables/LocationIcon.md +7 -0
  460. package/docs/variables/LocationPicker.md +7 -0
  461. package/docs/variables/MaterialOrderIcon.md +7 -0
  462. package/docs/variables/MaximizeIcon.md +7 -0
  463. package/docs/variables/MaybeIcon.md +16 -0
  464. package/docs/variables/MaybePictogram.md +16 -0
  465. package/docs/variables/MedicationIcon.md +7 -0
  466. package/docs/variables/MessageQueueIcon.md +7 -0
  467. package/docs/variables/MicroscopeIcon.md +7 -0
  468. package/docs/variables/MoneyIcon.md +9 -0
  469. package/docs/variables/MotherIcon.md +7 -0
  470. package/docs/variables/MovementIcon.md +7 -0
  471. package/docs/variables/OpenmrsDatePicker.md +9 -0
  472. package/docs/variables/OverflowMenuHorizontalIcon.md +7 -0
  473. package/docs/variables/OverflowMenuVerticalIcon.md +7 -0
  474. package/docs/variables/PageHeader.md +30 -0
  475. package/docs/variables/PageHeaderContent.md +21 -0
  476. package/docs/variables/PasswordIcon.md +7 -0
  477. package/docs/variables/PatientListsPictogram.md +7 -0
  478. package/docs/variables/PedestrianFamilyIcon.md +7 -0
  479. package/docs/variables/PenIcon.md +7 -0
  480. package/docs/variables/PharmacyPictogram.md +7 -0
  481. package/docs/variables/Pictogram.md +9 -0
  482. package/docs/variables/PrinterIcon.md +7 -0
  483. package/docs/variables/ProcedureOrderIcon.md +7 -0
  484. package/docs/variables/ProgramsIcon.md +7 -0
  485. package/docs/variables/RadiologyIcon.md +7 -0
  486. package/docs/variables/ReferralOrderIcon.md +7 -0
  487. package/docs/variables/RegistrationPictogram.md +7 -0
  488. package/docs/variables/RenderIfValueIsTruthy.md +21 -0
  489. package/docs/variables/RenewIcon.md +7 -0
  490. package/docs/variables/ReportIcon.md +7 -0
  491. package/docs/variables/ResetIcon.md +7 -0
  492. package/docs/variables/ResponsiveWrapper.md +11 -0
  493. package/docs/variables/SaveIcon.md +7 -0
  494. package/docs/variables/SearchIcon.md +7 -0
  495. package/docs/variables/ServiceQueuesPictogram.md +7 -0
  496. package/docs/variables/ShoppingCartAddItemIcon.md +11 -0
  497. package/docs/variables/ShoppingCartArrowDownIcon.md +9 -0
  498. package/docs/variables/ShoppingCartIcon.md +9 -0
  499. package/docs/variables/StickyNoteAddIcon.md +9 -0
  500. package/docs/variables/StockManagementPictogram.md +7 -0
  501. package/docs/variables/SwitcherIcon.md +7 -0
  502. package/docs/variables/SyringeIcon.md +7 -0
  503. package/docs/variables/TableIcon.md +7 -0
  504. package/docs/variables/TableOfContentsIcon.md +9 -0
  505. package/docs/variables/TimeIcon.md +9 -0
  506. package/docs/variables/ToolsIcon.md +7 -0
  507. package/docs/variables/TranslateIcon.md +7 -0
  508. package/docs/variables/TrashCanIcon.md +7 -0
  509. package/docs/variables/TreeViewAltIcon.md +7 -0
  510. package/docs/variables/UserAvatarIcon.md +9 -0
  511. package/docs/variables/UserFollowIcon.md +7 -0
  512. package/docs/variables/UserHasAccess.md +35 -0
  513. package/docs/variables/UserIcon.md +7 -0
  514. package/docs/variables/UserXrayIcon.md +11 -0
  515. package/docs/variables/ViewIcon.md +7 -0
  516. package/docs/variables/ViewOffIcon.md +7 -0
  517. package/docs/variables/WarningIcon.md +7 -0
  518. package/docs/variables/attachmentUrl.md +7 -0
  519. package/docs/variables/backendDependencies.md +17 -0
  520. package/docs/variables/defaultVisitCustomRepresentation.md +7 -0
  521. package/docs/variables/fhirBaseUrl.md +7 -0
  522. package/docs/variables/getAsyncExtensionLifecycle.md +35 -0
  523. package/docs/variables/getStartedVisit.md +9 -0
  524. package/docs/variables/isUrl.md +9 -0
  525. package/docs/variables/offlineUuidPrefix.md +7 -0
  526. package/docs/variables/omrsOfflineCachingStrategyHttpHeaderName.md +7 -0
  527. package/docs/variables/omrsOfflineResponseBodyHttpHeaderName.md +7 -0
  528. package/docs/variables/omrsOfflineResponseStatusHttpHeaderName.md +7 -0
  529. package/docs/variables/restBaseUrl.md +7 -0
  530. package/docs/variables/sessionEndpoint.md +7 -0
  531. package/docs/variables/useConnectedExtensions.md +25 -0
  532. package/docs/variables/useExtensionStore.md +55 -0
  533. package/docs/variables/validators.md +78 -0
  534. package/package.json +24 -20
  535. package/rspack.config.cjs +1 -8
  536. package/tsconfig.build.json +2 -1
  537. package/typedoc.json +16 -4
  538. package/docs/.nojekyll +0 -1
  539. package/docs/enums/Type.md +0 -107
  540. package/docs/enums/VisitMode.md +0 -41
  541. package/docs/enums/VisitStatus.md +0 -30
  542. package/docs/interfaces/OldExtensionSlotBaseProps.md +0 -67
@@ -1,4339 +1,49 @@
1
- [@openmrs/esm-framework](../API.md) / ConfigurableLinkProps
1
+ [O3 Framework](../API.md) / ConfigurableLinkProps
2
2
 
3
3
  # Interface: ConfigurableLinkProps
4
4
 
5
- **`noinheritdoc`**
5
+ Defined in: [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:37](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L37)
6
6
 
7
- ## Hierarchy
7
+ ## Extends
8
8
 
9
- - `AnchorHTMLAttributes`<`HTMLAnchorElement`\>
9
+ - `AnchorHTMLAttributes`\<`HTMLAnchorElement`\>
10
10
 
11
- **`ConfigurableLinkProps`**
11
+ ## Properties
12
12
 
13
- ## Table of contents
13
+ ### onBeforeNavigate()?
14
14
 
15
- ### Navigation Properties
15
+ > `optional` **onBeforeNavigate**: (`event`) => `void`
16
16
 
17
- - [templateParams](ConfigurableLinkProps.md#templateparams)
18
- - [to](ConfigurableLinkProps.md#to)
17
+ Defined in: [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:43](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L43)
19
18
 
20
- ### Other Properties
19
+ A callback to be called just before navigation occurs
21
20
 
22
- - [about](ConfigurableLinkProps.md#about)
23
- - [accessKey](ConfigurableLinkProps.md#accesskey)
24
- - [aria-activedescendant](ConfigurableLinkProps.md#aria-activedescendant)
25
- - [aria-atomic](ConfigurableLinkProps.md#aria-atomic)
26
- - [aria-autocomplete](ConfigurableLinkProps.md#aria-autocomplete)
27
- - [aria-braillelabel](ConfigurableLinkProps.md#aria-braillelabel)
28
- - [aria-brailleroledescription](ConfigurableLinkProps.md#aria-brailleroledescription)
29
- - [aria-busy](ConfigurableLinkProps.md#aria-busy)
30
- - [aria-checked](ConfigurableLinkProps.md#aria-checked)
31
- - [aria-colcount](ConfigurableLinkProps.md#aria-colcount)
32
- - [aria-colindex](ConfigurableLinkProps.md#aria-colindex)
33
- - [aria-colindextext](ConfigurableLinkProps.md#aria-colindextext)
34
- - [aria-colspan](ConfigurableLinkProps.md#aria-colspan)
35
- - [aria-controls](ConfigurableLinkProps.md#aria-controls)
36
- - [aria-current](ConfigurableLinkProps.md#aria-current)
37
- - [aria-describedby](ConfigurableLinkProps.md#aria-describedby)
38
- - [aria-description](ConfigurableLinkProps.md#aria-description)
39
- - [aria-details](ConfigurableLinkProps.md#aria-details)
40
- - [aria-disabled](ConfigurableLinkProps.md#aria-disabled)
41
- - [aria-dropeffect](ConfigurableLinkProps.md#aria-dropeffect)
42
- - [aria-errormessage](ConfigurableLinkProps.md#aria-errormessage)
43
- - [aria-expanded](ConfigurableLinkProps.md#aria-expanded)
44
- - [aria-flowto](ConfigurableLinkProps.md#aria-flowto)
45
- - [aria-grabbed](ConfigurableLinkProps.md#aria-grabbed)
46
- - [aria-haspopup](ConfigurableLinkProps.md#aria-haspopup)
47
- - [aria-hidden](ConfigurableLinkProps.md#aria-hidden)
48
- - [aria-invalid](ConfigurableLinkProps.md#aria-invalid)
49
- - [aria-keyshortcuts](ConfigurableLinkProps.md#aria-keyshortcuts)
50
- - [aria-label](ConfigurableLinkProps.md#aria-label)
51
- - [aria-labelledby](ConfigurableLinkProps.md#aria-labelledby)
52
- - [aria-level](ConfigurableLinkProps.md#aria-level)
53
- - [aria-live](ConfigurableLinkProps.md#aria-live)
54
- - [aria-modal](ConfigurableLinkProps.md#aria-modal)
55
- - [aria-multiline](ConfigurableLinkProps.md#aria-multiline)
56
- - [aria-multiselectable](ConfigurableLinkProps.md#aria-multiselectable)
57
- - [aria-orientation](ConfigurableLinkProps.md#aria-orientation)
58
- - [aria-owns](ConfigurableLinkProps.md#aria-owns)
59
- - [aria-placeholder](ConfigurableLinkProps.md#aria-placeholder)
60
- - [aria-posinset](ConfigurableLinkProps.md#aria-posinset)
61
- - [aria-pressed](ConfigurableLinkProps.md#aria-pressed)
62
- - [aria-readonly](ConfigurableLinkProps.md#aria-readonly)
63
- - [aria-relevant](ConfigurableLinkProps.md#aria-relevant)
64
- - [aria-required](ConfigurableLinkProps.md#aria-required)
65
- - [aria-roledescription](ConfigurableLinkProps.md#aria-roledescription)
66
- - [aria-rowcount](ConfigurableLinkProps.md#aria-rowcount)
67
- - [aria-rowindex](ConfigurableLinkProps.md#aria-rowindex)
68
- - [aria-rowindextext](ConfigurableLinkProps.md#aria-rowindextext)
69
- - [aria-rowspan](ConfigurableLinkProps.md#aria-rowspan)
70
- - [aria-selected](ConfigurableLinkProps.md#aria-selected)
71
- - [aria-setsize](ConfigurableLinkProps.md#aria-setsize)
72
- - [aria-sort](ConfigurableLinkProps.md#aria-sort)
73
- - [aria-valuemax](ConfigurableLinkProps.md#aria-valuemax)
74
- - [aria-valuemin](ConfigurableLinkProps.md#aria-valuemin)
75
- - [aria-valuenow](ConfigurableLinkProps.md#aria-valuenow)
76
- - [aria-valuetext](ConfigurableLinkProps.md#aria-valuetext)
77
- - [autoCapitalize](ConfigurableLinkProps.md#autocapitalize)
78
- - [autoCorrect](ConfigurableLinkProps.md#autocorrect)
79
- - [autoFocus](ConfigurableLinkProps.md#autofocus)
80
- - [autoSave](ConfigurableLinkProps.md#autosave)
81
- - [children](ConfigurableLinkProps.md#children)
82
- - [className](ConfigurableLinkProps.md#classname)
83
- - [color](ConfigurableLinkProps.md#color)
84
- - [content](ConfigurableLinkProps.md#content)
85
- - [contentEditable](ConfigurableLinkProps.md#contenteditable)
86
- - [contextMenu](ConfigurableLinkProps.md#contextmenu)
87
- - [dangerouslySetInnerHTML](ConfigurableLinkProps.md#dangerouslysetinnerhtml)
88
- - [datatype](ConfigurableLinkProps.md#datatype)
89
- - [defaultChecked](ConfigurableLinkProps.md#defaultchecked)
90
- - [defaultValue](ConfigurableLinkProps.md#defaultvalue)
91
- - [dir](ConfigurableLinkProps.md#dir)
92
- - [download](ConfigurableLinkProps.md#download)
93
- - [draggable](ConfigurableLinkProps.md#draggable)
94
- - [enterKeyHint](ConfigurableLinkProps.md#enterkeyhint)
95
- - [exportparts](ConfigurableLinkProps.md#exportparts)
96
- - [hidden](ConfigurableLinkProps.md#hidden)
97
- - [href](ConfigurableLinkProps.md#href)
98
- - [hrefLang](ConfigurableLinkProps.md#hreflang)
99
- - [id](ConfigurableLinkProps.md#id)
100
- - [inlist](ConfigurableLinkProps.md#inlist)
101
- - [inputMode](ConfigurableLinkProps.md#inputmode)
102
- - [is](ConfigurableLinkProps.md#is)
103
- - [itemID](ConfigurableLinkProps.md#itemid)
104
- - [itemProp](ConfigurableLinkProps.md#itemprop)
105
- - [itemRef](ConfigurableLinkProps.md#itemref)
106
- - [itemScope](ConfigurableLinkProps.md#itemscope)
107
- - [itemType](ConfigurableLinkProps.md#itemtype)
108
- - [lang](ConfigurableLinkProps.md#lang)
109
- - [media](ConfigurableLinkProps.md#media)
110
- - [nonce](ConfigurableLinkProps.md#nonce)
111
- - [onAbort](ConfigurableLinkProps.md#onabort)
112
- - [onAbortCapture](ConfigurableLinkProps.md#onabortcapture)
113
- - [onAnimationEnd](ConfigurableLinkProps.md#onanimationend)
114
- - [onAnimationEndCapture](ConfigurableLinkProps.md#onanimationendcapture)
115
- - [onAnimationIteration](ConfigurableLinkProps.md#onanimationiteration)
116
- - [onAnimationIterationCapture](ConfigurableLinkProps.md#onanimationiterationcapture)
117
- - [onAnimationStart](ConfigurableLinkProps.md#onanimationstart)
118
- - [onAnimationStartCapture](ConfigurableLinkProps.md#onanimationstartcapture)
119
- - [onAuxClick](ConfigurableLinkProps.md#onauxclick)
120
- - [onAuxClickCapture](ConfigurableLinkProps.md#onauxclickcapture)
121
- - [onBeforeInput](ConfigurableLinkProps.md#onbeforeinput)
122
- - [onBeforeInputCapture](ConfigurableLinkProps.md#onbeforeinputcapture)
123
- - [onBlur](ConfigurableLinkProps.md#onblur)
124
- - [onBlurCapture](ConfigurableLinkProps.md#onblurcapture)
125
- - [onCanPlay](ConfigurableLinkProps.md#oncanplay)
126
- - [onCanPlayCapture](ConfigurableLinkProps.md#oncanplaycapture)
127
- - [onCanPlayThrough](ConfigurableLinkProps.md#oncanplaythrough)
128
- - [onCanPlayThroughCapture](ConfigurableLinkProps.md#oncanplaythroughcapture)
129
- - [onChange](ConfigurableLinkProps.md#onchange)
130
- - [onChangeCapture](ConfigurableLinkProps.md#onchangecapture)
131
- - [onClick](ConfigurableLinkProps.md#onclick)
132
- - [onClickCapture](ConfigurableLinkProps.md#onclickcapture)
133
- - [onCompositionEnd](ConfigurableLinkProps.md#oncompositionend)
134
- - [onCompositionEndCapture](ConfigurableLinkProps.md#oncompositionendcapture)
135
- - [onCompositionStart](ConfigurableLinkProps.md#oncompositionstart)
136
- - [onCompositionStartCapture](ConfigurableLinkProps.md#oncompositionstartcapture)
137
- - [onCompositionUpdate](ConfigurableLinkProps.md#oncompositionupdate)
138
- - [onCompositionUpdateCapture](ConfigurableLinkProps.md#oncompositionupdatecapture)
139
- - [onContextMenu](ConfigurableLinkProps.md#oncontextmenu)
140
- - [onContextMenuCapture](ConfigurableLinkProps.md#oncontextmenucapture)
141
- - [onCopy](ConfigurableLinkProps.md#oncopy)
142
- - [onCopyCapture](ConfigurableLinkProps.md#oncopycapture)
143
- - [onCut](ConfigurableLinkProps.md#oncut)
144
- - [onCutCapture](ConfigurableLinkProps.md#oncutcapture)
145
- - [onDoubleClick](ConfigurableLinkProps.md#ondoubleclick)
146
- - [onDoubleClickCapture](ConfigurableLinkProps.md#ondoubleclickcapture)
147
- - [onDrag](ConfigurableLinkProps.md#ondrag)
148
- - [onDragCapture](ConfigurableLinkProps.md#ondragcapture)
149
- - [onDragEnd](ConfigurableLinkProps.md#ondragend)
150
- - [onDragEndCapture](ConfigurableLinkProps.md#ondragendcapture)
151
- - [onDragEnter](ConfigurableLinkProps.md#ondragenter)
152
- - [onDragEnterCapture](ConfigurableLinkProps.md#ondragentercapture)
153
- - [onDragExit](ConfigurableLinkProps.md#ondragexit)
154
- - [onDragExitCapture](ConfigurableLinkProps.md#ondragexitcapture)
155
- - [onDragLeave](ConfigurableLinkProps.md#ondragleave)
156
- - [onDragLeaveCapture](ConfigurableLinkProps.md#ondragleavecapture)
157
- - [onDragOver](ConfigurableLinkProps.md#ondragover)
158
- - [onDragOverCapture](ConfigurableLinkProps.md#ondragovercapture)
159
- - [onDragStart](ConfigurableLinkProps.md#ondragstart)
160
- - [onDragStartCapture](ConfigurableLinkProps.md#ondragstartcapture)
161
- - [onDrop](ConfigurableLinkProps.md#ondrop)
162
- - [onDropCapture](ConfigurableLinkProps.md#ondropcapture)
163
- - [onDurationChange](ConfigurableLinkProps.md#ondurationchange)
164
- - [onDurationChangeCapture](ConfigurableLinkProps.md#ondurationchangecapture)
165
- - [onEmptied](ConfigurableLinkProps.md#onemptied)
166
- - [onEmptiedCapture](ConfigurableLinkProps.md#onemptiedcapture)
167
- - [onEncrypted](ConfigurableLinkProps.md#onencrypted)
168
- - [onEncryptedCapture](ConfigurableLinkProps.md#onencryptedcapture)
169
- - [onEnded](ConfigurableLinkProps.md#onended)
170
- - [onEndedCapture](ConfigurableLinkProps.md#onendedcapture)
171
- - [onError](ConfigurableLinkProps.md#onerror)
172
- - [onErrorCapture](ConfigurableLinkProps.md#onerrorcapture)
173
- - [onFocus](ConfigurableLinkProps.md#onfocus)
174
- - [onFocusCapture](ConfigurableLinkProps.md#onfocuscapture)
175
- - [onGotPointerCapture](ConfigurableLinkProps.md#ongotpointercapture)
176
- - [onGotPointerCaptureCapture](ConfigurableLinkProps.md#ongotpointercapturecapture)
177
- - [onInput](ConfigurableLinkProps.md#oninput)
178
- - [onInputCapture](ConfigurableLinkProps.md#oninputcapture)
179
- - [onInvalid](ConfigurableLinkProps.md#oninvalid)
180
- - [onInvalidCapture](ConfigurableLinkProps.md#oninvalidcapture)
181
- - [onKeyDown](ConfigurableLinkProps.md#onkeydown)
182
- - [onKeyDownCapture](ConfigurableLinkProps.md#onkeydowncapture)
183
- - [onKeyPress](ConfigurableLinkProps.md#onkeypress)
184
- - [onKeyPressCapture](ConfigurableLinkProps.md#onkeypresscapture)
185
- - [onKeyUp](ConfigurableLinkProps.md#onkeyup)
186
- - [onKeyUpCapture](ConfigurableLinkProps.md#onkeyupcapture)
187
- - [onLoad](ConfigurableLinkProps.md#onload)
188
- - [onLoadCapture](ConfigurableLinkProps.md#onloadcapture)
189
- - [onLoadStart](ConfigurableLinkProps.md#onloadstart)
190
- - [onLoadStartCapture](ConfigurableLinkProps.md#onloadstartcapture)
191
- - [onLoadedData](ConfigurableLinkProps.md#onloadeddata)
192
- - [onLoadedDataCapture](ConfigurableLinkProps.md#onloadeddatacapture)
193
- - [onLoadedMetadata](ConfigurableLinkProps.md#onloadedmetadata)
194
- - [onLoadedMetadataCapture](ConfigurableLinkProps.md#onloadedmetadatacapture)
195
- - [onLostPointerCapture](ConfigurableLinkProps.md#onlostpointercapture)
196
- - [onLostPointerCaptureCapture](ConfigurableLinkProps.md#onlostpointercapturecapture)
197
- - [onMouseDown](ConfigurableLinkProps.md#onmousedown)
198
- - [onMouseDownCapture](ConfigurableLinkProps.md#onmousedowncapture)
199
- - [onMouseEnter](ConfigurableLinkProps.md#onmouseenter)
200
- - [onMouseLeave](ConfigurableLinkProps.md#onmouseleave)
201
- - [onMouseMove](ConfigurableLinkProps.md#onmousemove)
202
- - [onMouseMoveCapture](ConfigurableLinkProps.md#onmousemovecapture)
203
- - [onMouseOut](ConfigurableLinkProps.md#onmouseout)
204
- - [onMouseOutCapture](ConfigurableLinkProps.md#onmouseoutcapture)
205
- - [onMouseOver](ConfigurableLinkProps.md#onmouseover)
206
- - [onMouseOverCapture](ConfigurableLinkProps.md#onmouseovercapture)
207
- - [onMouseUp](ConfigurableLinkProps.md#onmouseup)
208
- - [onMouseUpCapture](ConfigurableLinkProps.md#onmouseupcapture)
209
- - [onPaste](ConfigurableLinkProps.md#onpaste)
210
- - [onPasteCapture](ConfigurableLinkProps.md#onpastecapture)
211
- - [onPause](ConfigurableLinkProps.md#onpause)
212
- - [onPauseCapture](ConfigurableLinkProps.md#onpausecapture)
213
- - [onPlay](ConfigurableLinkProps.md#onplay)
214
- - [onPlayCapture](ConfigurableLinkProps.md#onplaycapture)
215
- - [onPlaying](ConfigurableLinkProps.md#onplaying)
216
- - [onPlayingCapture](ConfigurableLinkProps.md#onplayingcapture)
217
- - [onPointerCancel](ConfigurableLinkProps.md#onpointercancel)
218
- - [onPointerCancelCapture](ConfigurableLinkProps.md#onpointercancelcapture)
219
- - [onPointerDown](ConfigurableLinkProps.md#onpointerdown)
220
- - [onPointerDownCapture](ConfigurableLinkProps.md#onpointerdowncapture)
221
- - [onPointerEnter](ConfigurableLinkProps.md#onpointerenter)
222
- - [onPointerLeave](ConfigurableLinkProps.md#onpointerleave)
223
- - [onPointerMove](ConfigurableLinkProps.md#onpointermove)
224
- - [onPointerMoveCapture](ConfigurableLinkProps.md#onpointermovecapture)
225
- - [onPointerOut](ConfigurableLinkProps.md#onpointerout)
226
- - [onPointerOutCapture](ConfigurableLinkProps.md#onpointeroutcapture)
227
- - [onPointerOver](ConfigurableLinkProps.md#onpointerover)
228
- - [onPointerOverCapture](ConfigurableLinkProps.md#onpointerovercapture)
229
- - [onPointerUp](ConfigurableLinkProps.md#onpointerup)
230
- - [onPointerUpCapture](ConfigurableLinkProps.md#onpointerupcapture)
231
- - [onProgress](ConfigurableLinkProps.md#onprogress)
232
- - [onProgressCapture](ConfigurableLinkProps.md#onprogresscapture)
233
- - [onRateChange](ConfigurableLinkProps.md#onratechange)
234
- - [onRateChangeCapture](ConfigurableLinkProps.md#onratechangecapture)
235
- - [onReset](ConfigurableLinkProps.md#onreset)
236
- - [onResetCapture](ConfigurableLinkProps.md#onresetcapture)
237
- - [onScroll](ConfigurableLinkProps.md#onscroll)
238
- - [onScrollCapture](ConfigurableLinkProps.md#onscrollcapture)
239
- - [onSeeked](ConfigurableLinkProps.md#onseeked)
240
- - [onSeekedCapture](ConfigurableLinkProps.md#onseekedcapture)
241
- - [onSeeking](ConfigurableLinkProps.md#onseeking)
242
- - [onSeekingCapture](ConfigurableLinkProps.md#onseekingcapture)
243
- - [onSelect](ConfigurableLinkProps.md#onselect)
244
- - [onSelectCapture](ConfigurableLinkProps.md#onselectcapture)
245
- - [onStalled](ConfigurableLinkProps.md#onstalled)
246
- - [onStalledCapture](ConfigurableLinkProps.md#onstalledcapture)
247
- - [onSubmit](ConfigurableLinkProps.md#onsubmit)
248
- - [onSubmitCapture](ConfigurableLinkProps.md#onsubmitcapture)
249
- - [onSuspend](ConfigurableLinkProps.md#onsuspend)
250
- - [onSuspendCapture](ConfigurableLinkProps.md#onsuspendcapture)
251
- - [onTimeUpdate](ConfigurableLinkProps.md#ontimeupdate)
252
- - [onTimeUpdateCapture](ConfigurableLinkProps.md#ontimeupdatecapture)
253
- - [onTouchCancel](ConfigurableLinkProps.md#ontouchcancel)
254
- - [onTouchCancelCapture](ConfigurableLinkProps.md#ontouchcancelcapture)
255
- - [onTouchEnd](ConfigurableLinkProps.md#ontouchend)
256
- - [onTouchEndCapture](ConfigurableLinkProps.md#ontouchendcapture)
257
- - [onTouchMove](ConfigurableLinkProps.md#ontouchmove)
258
- - [onTouchMoveCapture](ConfigurableLinkProps.md#ontouchmovecapture)
259
- - [onTouchStart](ConfigurableLinkProps.md#ontouchstart)
260
- - [onTouchStartCapture](ConfigurableLinkProps.md#ontouchstartcapture)
261
- - [onTransitionEnd](ConfigurableLinkProps.md#ontransitionend)
262
- - [onTransitionEndCapture](ConfigurableLinkProps.md#ontransitionendcapture)
263
- - [onVolumeChange](ConfigurableLinkProps.md#onvolumechange)
264
- - [onVolumeChangeCapture](ConfigurableLinkProps.md#onvolumechangecapture)
265
- - [onWaiting](ConfigurableLinkProps.md#onwaiting)
266
- - [onWaitingCapture](ConfigurableLinkProps.md#onwaitingcapture)
267
- - [onWheel](ConfigurableLinkProps.md#onwheel)
268
- - [onWheelCapture](ConfigurableLinkProps.md#onwheelcapture)
269
- - [part](ConfigurableLinkProps.md#part)
270
- - [ping](ConfigurableLinkProps.md#ping)
271
- - [prefix](ConfigurableLinkProps.md#prefix)
272
- - [property](ConfigurableLinkProps.md#property)
273
- - [radioGroup](ConfigurableLinkProps.md#radiogroup)
274
- - [referrerPolicy](ConfigurableLinkProps.md#referrerpolicy)
275
- - [rel](ConfigurableLinkProps.md#rel)
276
- - [resource](ConfigurableLinkProps.md#resource)
277
- - [results](ConfigurableLinkProps.md#results)
278
- - [rev](ConfigurableLinkProps.md#rev)
279
- - [role](ConfigurableLinkProps.md#role)
280
- - [security](ConfigurableLinkProps.md#security)
281
- - [slot](ConfigurableLinkProps.md#slot)
282
- - [spellCheck](ConfigurableLinkProps.md#spellcheck)
283
- - [style](ConfigurableLinkProps.md#style)
284
- - [suppressContentEditableWarning](ConfigurableLinkProps.md#suppresscontenteditablewarning)
285
- - [suppressHydrationWarning](ConfigurableLinkProps.md#suppresshydrationwarning)
286
- - [tabIndex](ConfigurableLinkProps.md#tabindex)
287
- - [target](ConfigurableLinkProps.md#target)
288
- - [title](ConfigurableLinkProps.md#title)
289
- - [translate](ConfigurableLinkProps.md#translate)
290
- - [type](ConfigurableLinkProps.md#type)
291
- - [typeof](ConfigurableLinkProps.md#typeof)
292
- - [unselectable](ConfigurableLinkProps.md#unselectable)
293
- - [vocab](ConfigurableLinkProps.md#vocab)
294
-
295
- ### Navigation Methods
296
-
297
- - [onBeforeNavigate](ConfigurableLinkProps.md#onbeforenavigate)
298
-
299
- ## Navigation Properties
300
-
301
- ### templateParams
302
-
303
- • `Optional` **templateParams**: `TemplateParams`
304
-
305
- #### Defined in
306
-
307
- [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:39](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L39)
308
-
309
- ___
310
-
311
- ### to
312
-
313
- • **to**: `string`
314
-
315
- #### Defined in
316
-
317
- [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:38](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L38)
318
-
319
- ___
320
-
321
- ## Other Properties
322
-
323
- ### about
324
-
325
- • `Optional` **about**: `string`
326
-
327
- #### Inherited from
328
-
329
- AnchorHTMLAttributes.about
330
-
331
- #### Defined in
332
-
333
- node_modules/@types/react/ts5.0/index.d.ts:2934
334
-
335
- ___
336
-
337
- ### accessKey
338
-
339
- • `Optional` **accessKey**: `string`
340
-
341
- #### Inherited from
342
-
343
- AnchorHTMLAttributes.accessKey
344
-
345
- #### Defined in
346
-
347
- node_modules/@types/react/ts5.0/index.d.ts:2907
348
-
349
- ___
350
-
351
- ### aria-activedescendant
352
-
353
- • `Optional` **aria-activedescendant**: `string`
354
-
355
- Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
356
-
357
- #### Inherited from
358
-
359
- AnchorHTMLAttributes.aria-activedescendant
360
-
361
- #### Defined in
362
-
363
- node_modules/@types/react/ts5.0/index.d.ts:2605
364
-
365
- ___
366
-
367
- ### aria-atomic
368
-
369
- • `Optional` **aria-atomic**: `Booleanish`
370
-
371
- Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
372
-
373
- #### Inherited from
374
-
375
- AnchorHTMLAttributes.aria-atomic
376
-
377
- #### Defined in
378
-
379
- node_modules/@types/react/ts5.0/index.d.ts:2607
380
-
381
- ___
382
-
383
- ### aria-autocomplete
384
-
385
- • `Optional` **aria-autocomplete**: ``"none"`` \| ``"list"`` \| ``"both"`` \| ``"inline"``
386
-
387
- Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be
388
- presented if they are made.
389
-
390
- #### Inherited from
391
-
392
- AnchorHTMLAttributes.aria-autocomplete
393
-
394
- #### Defined in
395
-
396
- node_modules/@types/react/ts5.0/index.d.ts:2612
397
-
398
- ___
399
-
400
- ### aria-braillelabel
401
-
402
- • `Optional` **aria-braillelabel**: `string`
403
-
404
- Defines a string value that labels the current element, which is intended to be converted into Braille.
405
-
406
- **`see`** aria-label.
407
-
408
- #### Inherited from
409
-
410
- AnchorHTMLAttributes.aria-braillelabel
411
-
412
- #### Defined in
413
-
414
- node_modules/@types/react/ts5.0/index.d.ts:2618
415
-
416
- ___
417
-
418
- ### aria-brailleroledescription
419
-
420
- • `Optional` **aria-brailleroledescription**: `string`
421
-
422
- Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
423
-
424
- **`see`** aria-roledescription.
425
-
426
- #### Inherited from
427
-
428
- AnchorHTMLAttributes.aria-brailleroledescription
429
-
430
- #### Defined in
431
-
432
- node_modules/@types/react/ts5.0/index.d.ts:2623
433
-
434
- ___
435
-
436
- ### aria-busy
437
-
438
- • `Optional` **aria-busy**: `Booleanish`
439
-
440
- #### Inherited from
441
-
442
- AnchorHTMLAttributes.aria-busy
443
-
444
- #### Defined in
445
-
446
- node_modules/@types/react/ts5.0/index.d.ts:2624
447
-
448
- ___
449
-
450
- ### aria-checked
451
-
452
- • `Optional` **aria-checked**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"mixed"``
453
-
454
- Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
455
-
456
- **`see`** aria-pressed @see aria-selected.
457
-
458
- #### Inherited from
459
-
460
- AnchorHTMLAttributes.aria-checked
461
-
462
- #### Defined in
463
-
464
- node_modules/@types/react/ts5.0/index.d.ts:2629
465
-
466
- ___
467
-
468
- ### aria-colcount
469
-
470
- • `Optional` **aria-colcount**: `number`
471
-
472
- Defines the total number of columns in a table, grid, or treegrid.
473
-
474
- **`see`** aria-colindex.
475
-
476
- #### Inherited from
477
-
478
- AnchorHTMLAttributes.aria-colcount
479
-
480
- #### Defined in
481
-
482
- node_modules/@types/react/ts5.0/index.d.ts:2634
483
-
484
- ___
485
-
486
- ### aria-colindex
487
-
488
- • `Optional` **aria-colindex**: `number`
489
-
490
- Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
491
-
492
- **`see`** aria-colcount @see aria-colspan.
493
-
494
- #### Inherited from
495
-
496
- AnchorHTMLAttributes.aria-colindex
497
-
498
- #### Defined in
499
-
500
- node_modules/@types/react/ts5.0/index.d.ts:2639
501
-
502
- ___
503
-
504
- ### aria-colindextext
505
-
506
- • `Optional` **aria-colindextext**: `string`
507
-
508
- Defines a human readable text alternative of aria-colindex.
509
-
510
- **`see`** aria-rowindextext.
511
-
512
- #### Inherited from
513
-
514
- AnchorHTMLAttributes.aria-colindextext
515
-
516
- #### Defined in
517
-
518
- node_modules/@types/react/ts5.0/index.d.ts:2644
519
-
520
- ___
521
-
522
- ### aria-colspan
523
-
524
- • `Optional` **aria-colspan**: `number`
525
-
526
- Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
527
-
528
- **`see`** aria-colindex @see aria-rowspan.
529
-
530
- #### Inherited from
531
-
532
- AnchorHTMLAttributes.aria-colspan
533
-
534
- #### Defined in
535
-
536
- node_modules/@types/react/ts5.0/index.d.ts:2649
537
-
538
- ___
539
-
540
- ### aria-controls
541
-
542
- • `Optional` **aria-controls**: `string`
543
-
544
- Identifies the element (or elements) whose contents or presence are controlled by the current element.
545
-
546
- **`see`** aria-owns.
547
-
548
- #### Inherited from
549
-
550
- AnchorHTMLAttributes.aria-controls
551
-
552
- #### Defined in
553
-
554
- node_modules/@types/react/ts5.0/index.d.ts:2654
555
-
556
- ___
557
-
558
- ### aria-current
559
-
560
- • `Optional` **aria-current**: `boolean` \| ``"true"`` \| ``"location"`` \| ``"time"`` \| ``"false"`` \| ``"page"`` \| ``"step"`` \| ``"date"``
561
-
562
- Indicates the element that represents the current item within a container or set of related elements.
563
-
564
- #### Inherited from
565
-
566
- AnchorHTMLAttributes.aria-current
567
-
568
- #### Defined in
569
-
570
- node_modules/@types/react/ts5.0/index.d.ts:2656
571
-
572
- ___
573
-
574
- ### aria-describedby
575
-
576
- • `Optional` **aria-describedby**: `string`
577
-
578
- Identifies the element (or elements) that describes the object.
579
-
580
- **`see`** aria-labelledby
581
-
582
- #### Inherited from
583
-
584
- AnchorHTMLAttributes.aria-describedby
585
-
586
- #### Defined in
587
-
588
- node_modules/@types/react/ts5.0/index.d.ts:2661
589
-
590
- ___
591
-
592
- ### aria-description
593
-
594
- • `Optional` **aria-description**: `string`
595
-
596
- Defines a string value that describes or annotates the current element.
597
-
598
- **`see`** related aria-describedby.
599
-
600
- #### Inherited from
601
-
602
- AnchorHTMLAttributes.aria-description
603
-
604
- #### Defined in
605
-
606
- node_modules/@types/react/ts5.0/index.d.ts:2666
607
-
608
- ___
609
-
610
- ### aria-details
611
-
612
- • `Optional` **aria-details**: `string`
613
-
614
- Identifies the element that provides a detailed, extended description for the object.
615
-
616
- **`see`** aria-describedby.
617
-
618
- #### Inherited from
619
-
620
- AnchorHTMLAttributes.aria-details
621
-
622
- #### Defined in
623
-
624
- node_modules/@types/react/ts5.0/index.d.ts:2671
625
-
626
- ___
627
-
628
- ### aria-disabled
629
-
630
- • `Optional` **aria-disabled**: `Booleanish`
631
-
632
- Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
633
-
634
- **`see`** aria-hidden @see aria-readonly.
635
-
636
- #### Inherited from
637
-
638
- AnchorHTMLAttributes.aria-disabled
639
-
640
- #### Defined in
641
-
642
- node_modules/@types/react/ts5.0/index.d.ts:2676
643
-
644
- ___
645
-
646
- ### aria-dropeffect
647
-
648
- • `Optional` **aria-dropeffect**: ``"link"`` \| ``"copy"`` \| ``"none"`` \| ``"move"`` \| ``"execute"`` \| ``"popup"``
649
-
650
- Indicates what functions can be performed when a dragged object is released on the drop target.
651
-
652
- **`deprecated`** in ARIA 1.1
653
-
654
- #### Inherited from
655
-
656
- AnchorHTMLAttributes.aria-dropeffect
657
-
658
- #### Defined in
659
-
660
- node_modules/@types/react/ts5.0/index.d.ts:2681
661
-
662
- ___
663
-
664
- ### aria-errormessage
665
-
666
- • `Optional` **aria-errormessage**: `string`
667
-
668
- Identifies the element that provides an error message for the object.
669
-
670
- **`see`** aria-invalid @see aria-describedby.
671
-
672
- #### Inherited from
673
-
674
- AnchorHTMLAttributes.aria-errormessage
675
-
676
- #### Defined in
677
-
678
- node_modules/@types/react/ts5.0/index.d.ts:2686
679
-
680
- ___
681
-
682
- ### aria-expanded
683
-
684
- • `Optional` **aria-expanded**: `Booleanish`
685
-
686
- Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
687
-
688
- #### Inherited from
689
-
690
- AnchorHTMLAttributes.aria-expanded
691
-
692
- #### Defined in
693
-
694
- node_modules/@types/react/ts5.0/index.d.ts:2688
695
-
696
- ___
697
-
698
- ### aria-flowto
699
-
700
- • `Optional` **aria-flowto**: `string`
701
-
702
- Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
703
- allows assistive technology to override the general default of reading in document source order.
704
-
705
- #### Inherited from
706
-
707
- AnchorHTMLAttributes.aria-flowto
708
-
709
- #### Defined in
710
-
711
- node_modules/@types/react/ts5.0/index.d.ts:2693
712
-
713
- ___
714
-
715
- ### aria-grabbed
716
-
717
- • `Optional` **aria-grabbed**: `Booleanish`
718
-
719
- Indicates an element's "grabbed" state in a drag-and-drop operation.
720
-
721
- **`deprecated`** in ARIA 1.1
722
-
723
- #### Inherited from
724
-
725
- AnchorHTMLAttributes.aria-grabbed
726
-
727
- #### Defined in
728
-
729
- node_modules/@types/react/ts5.0/index.d.ts:2698
730
-
731
- ___
732
-
733
- ### aria-haspopup
734
-
735
- • `Optional` **aria-haspopup**: `boolean` \| ``"true"`` \| ``"dialog"`` \| ``"menu"`` \| ``"false"`` \| ``"grid"`` \| ``"listbox"`` \| ``"tree"``
736
-
737
- Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
738
-
739
- #### Inherited from
740
-
741
- AnchorHTMLAttributes.aria-haspopup
742
-
743
- #### Defined in
744
-
745
- node_modules/@types/react/ts5.0/index.d.ts:2700
746
-
747
- ___
748
-
749
- ### aria-hidden
750
-
751
- • `Optional` **aria-hidden**: `Booleanish`
752
-
753
- Indicates whether the element is exposed to an accessibility API.
754
-
755
- **`see`** aria-disabled.
756
-
757
- #### Inherited from
758
-
759
- AnchorHTMLAttributes.aria-hidden
760
-
761
- #### Defined in
762
-
763
- node_modules/@types/react/ts5.0/index.d.ts:2705
764
-
765
- ___
766
-
767
- ### aria-invalid
768
-
769
- • `Optional` **aria-invalid**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"grammar"`` \| ``"spelling"``
770
-
771
- Indicates the entered value does not conform to the format expected by the application.
772
-
773
- **`see`** aria-errormessage.
774
-
775
- #### Inherited from
776
-
777
- AnchorHTMLAttributes.aria-invalid
778
-
779
- #### Defined in
780
-
781
- node_modules/@types/react/ts5.0/index.d.ts:2710
782
-
783
- ___
784
-
785
- ### aria-keyshortcuts
786
-
787
- • `Optional` **aria-keyshortcuts**: `string`
788
-
789
- Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
790
-
791
- #### Inherited from
792
-
793
- AnchorHTMLAttributes.aria-keyshortcuts
794
-
795
- #### Defined in
796
-
797
- node_modules/@types/react/ts5.0/index.d.ts:2712
798
-
799
- ___
800
-
801
- ### aria-label
802
-
803
- • `Optional` **aria-label**: `string`
804
-
805
- Defines a string value that labels the current element.
806
-
807
- **`see`** aria-labelledby.
808
-
809
- #### Inherited from
810
-
811
- AnchorHTMLAttributes.aria-label
812
-
813
- #### Defined in
814
-
815
- node_modules/@types/react/ts5.0/index.d.ts:2717
816
-
817
- ___
818
-
819
- ### aria-labelledby
820
-
821
- • `Optional` **aria-labelledby**: `string`
822
-
823
- Identifies the element (or elements) that labels the current element.
824
-
825
- **`see`** aria-describedby.
826
-
827
- #### Inherited from
828
-
829
- AnchorHTMLAttributes.aria-labelledby
830
-
831
- #### Defined in
832
-
833
- node_modules/@types/react/ts5.0/index.d.ts:2722
834
-
835
- ___
836
-
837
- ### aria-level
838
-
839
- • `Optional` **aria-level**: `number`
840
-
841
- Defines the hierarchical level of an element within a structure.
842
-
843
- #### Inherited from
844
-
845
- AnchorHTMLAttributes.aria-level
846
-
847
- #### Defined in
848
-
849
- node_modules/@types/react/ts5.0/index.d.ts:2724
850
-
851
- ___
852
-
853
- ### aria-live
854
-
855
- • `Optional` **aria-live**: ``"off"`` \| ``"assertive"`` \| ``"polite"``
856
-
857
- Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
858
-
859
- #### Inherited from
860
-
861
- AnchorHTMLAttributes.aria-live
862
-
863
- #### Defined in
864
-
865
- node_modules/@types/react/ts5.0/index.d.ts:2726
866
-
867
- ___
868
-
869
- ### aria-modal
870
-
871
- • `Optional` **aria-modal**: `Booleanish`
872
-
873
- Indicates whether an element is modal when displayed.
874
-
875
- #### Inherited from
876
-
877
- AnchorHTMLAttributes.aria-modal
878
-
879
- #### Defined in
880
-
881
- node_modules/@types/react/ts5.0/index.d.ts:2728
882
-
883
- ___
884
-
885
- ### aria-multiline
886
-
887
- • `Optional` **aria-multiline**: `Booleanish`
888
-
889
- Indicates whether a text box accepts multiple lines of input or only a single line.
890
-
891
- #### Inherited from
892
-
893
- AnchorHTMLAttributes.aria-multiline
894
-
895
- #### Defined in
896
-
897
- node_modules/@types/react/ts5.0/index.d.ts:2730
898
-
899
- ___
900
-
901
- ### aria-multiselectable
902
-
903
- • `Optional` **aria-multiselectable**: `Booleanish`
904
-
905
- Indicates that the user may select more than one item from the current selectable descendants.
906
-
907
- #### Inherited from
908
-
909
- AnchorHTMLAttributes.aria-multiselectable
910
-
911
- #### Defined in
912
-
913
- node_modules/@types/react/ts5.0/index.d.ts:2732
914
-
915
- ___
916
-
917
- ### aria-orientation
918
-
919
- • `Optional` **aria-orientation**: ``"horizontal"`` \| ``"vertical"``
920
-
921
- Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
922
-
923
- #### Inherited from
924
-
925
- AnchorHTMLAttributes.aria-orientation
926
-
927
- #### Defined in
928
-
929
- node_modules/@types/react/ts5.0/index.d.ts:2734
930
-
931
- ___
932
-
933
- ### aria-owns
934
-
935
- • `Optional` **aria-owns**: `string`
936
-
937
- Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
938
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
939
-
940
- **`see`** aria-controls.
941
-
942
- #### Inherited from
943
-
944
- AnchorHTMLAttributes.aria-owns
945
-
946
- #### Defined in
947
-
948
- node_modules/@types/react/ts5.0/index.d.ts:2740
949
-
950
- ___
951
-
952
- ### aria-placeholder
953
-
954
- • `Optional` **aria-placeholder**: `string`
955
-
956
- Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
957
- A hint could be a sample value or a brief description of the expected format.
958
-
959
- #### Inherited from
960
-
961
- AnchorHTMLAttributes.aria-placeholder
962
-
963
- #### Defined in
964
-
965
- node_modules/@types/react/ts5.0/index.d.ts:2745
966
-
967
- ___
968
-
969
- ### aria-posinset
970
-
971
- • `Optional` **aria-posinset**: `number`
972
-
973
- Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
974
-
975
- **`see`** aria-setsize.
976
-
977
- #### Inherited from
978
-
979
- AnchorHTMLAttributes.aria-posinset
980
-
981
- #### Defined in
982
-
983
- node_modules/@types/react/ts5.0/index.d.ts:2750
984
-
985
- ___
986
-
987
- ### aria-pressed
988
-
989
- • `Optional` **aria-pressed**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"mixed"``
990
-
991
- Indicates the current "pressed" state of toggle buttons.
992
-
993
- **`see`** aria-checked @see aria-selected.
994
-
995
- #### Inherited from
996
-
997
- AnchorHTMLAttributes.aria-pressed
998
-
999
- #### Defined in
1000
-
1001
- node_modules/@types/react/ts5.0/index.d.ts:2755
1002
-
1003
- ___
1004
-
1005
- ### aria-readonly
1006
-
1007
- • `Optional` **aria-readonly**: `Booleanish`
1008
-
1009
- Indicates that the element is not editable, but is otherwise operable.
1010
-
1011
- **`see`** aria-disabled.
1012
-
1013
- #### Inherited from
1014
-
1015
- AnchorHTMLAttributes.aria-readonly
1016
-
1017
- #### Defined in
1018
-
1019
- node_modules/@types/react/ts5.0/index.d.ts:2760
1020
-
1021
- ___
1022
-
1023
- ### aria-relevant
1024
-
1025
- • `Optional` **aria-relevant**: ``"text"`` \| ``"all"`` \| ``"additions"`` \| ``"additions removals"`` \| ``"additions text"`` \| ``"removals"`` \| ``"removals additions"`` \| ``"removals text"`` \| ``"text additions"`` \| ``"text removals"``
1026
-
1027
- Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
1028
-
1029
- **`see`** aria-atomic.
1030
-
1031
- #### Inherited from
1032
-
1033
- AnchorHTMLAttributes.aria-relevant
1034
-
1035
- #### Defined in
1036
-
1037
- node_modules/@types/react/ts5.0/index.d.ts:2765
1038
-
1039
- ___
1040
-
1041
- ### aria-required
1042
-
1043
- • `Optional` **aria-required**: `Booleanish`
1044
-
1045
- Indicates that user input is required on the element before a form may be submitted.
1046
-
1047
- #### Inherited from
1048
-
1049
- AnchorHTMLAttributes.aria-required
1050
-
1051
- #### Defined in
1052
-
1053
- node_modules/@types/react/ts5.0/index.d.ts:2778
1054
-
1055
- ___
1056
-
1057
- ### aria-roledescription
1058
-
1059
- • `Optional` **aria-roledescription**: `string`
1060
-
1061
- Defines a human-readable, author-localized description for the role of an element.
1062
-
1063
- #### Inherited from
1064
-
1065
- AnchorHTMLAttributes.aria-roledescription
1066
-
1067
- #### Defined in
1068
-
1069
- node_modules/@types/react/ts5.0/index.d.ts:2780
1070
-
1071
- ___
1072
-
1073
- ### aria-rowcount
1074
-
1075
- • `Optional` **aria-rowcount**: `number`
1076
-
1077
- Defines the total number of rows in a table, grid, or treegrid.
1078
-
1079
- **`see`** aria-rowindex.
1080
-
1081
- #### Inherited from
1082
-
1083
- AnchorHTMLAttributes.aria-rowcount
1084
-
1085
- #### Defined in
1086
-
1087
- node_modules/@types/react/ts5.0/index.d.ts:2785
1088
-
1089
- ___
1090
-
1091
- ### aria-rowindex
1092
-
1093
- • `Optional` **aria-rowindex**: `number`
1094
-
1095
- Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
1096
-
1097
- **`see`** aria-rowcount @see aria-rowspan.
1098
-
1099
- #### Inherited from
1100
-
1101
- AnchorHTMLAttributes.aria-rowindex
1102
-
1103
- #### Defined in
1104
-
1105
- node_modules/@types/react/ts5.0/index.d.ts:2790
1106
-
1107
- ___
1108
-
1109
- ### aria-rowindextext
1110
-
1111
- • `Optional` **aria-rowindextext**: `string`
1112
-
1113
- Defines a human readable text alternative of aria-rowindex.
1114
-
1115
- **`see`** aria-colindextext.
1116
-
1117
- #### Inherited from
1118
-
1119
- AnchorHTMLAttributes.aria-rowindextext
1120
-
1121
- #### Defined in
1122
-
1123
- node_modules/@types/react/ts5.0/index.d.ts:2795
1124
-
1125
- ___
1126
-
1127
- ### aria-rowspan
1128
-
1129
- • `Optional` **aria-rowspan**: `number`
1130
-
1131
- Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
1132
-
1133
- **`see`** aria-rowindex @see aria-colspan.
1134
-
1135
- #### Inherited from
1136
-
1137
- AnchorHTMLAttributes.aria-rowspan
1138
-
1139
- #### Defined in
1140
-
1141
- node_modules/@types/react/ts5.0/index.d.ts:2800
1142
-
1143
- ___
1144
-
1145
- ### aria-selected
1146
-
1147
- • `Optional` **aria-selected**: `Booleanish`
1148
-
1149
- Indicates the current "selected" state of various widgets.
1150
-
1151
- **`see`** aria-checked @see aria-pressed.
1152
-
1153
- #### Inherited from
1154
-
1155
- AnchorHTMLAttributes.aria-selected
1156
-
1157
- #### Defined in
1158
-
1159
- node_modules/@types/react/ts5.0/index.d.ts:2805
1160
-
1161
- ___
1162
-
1163
- ### aria-setsize
1164
-
1165
- • `Optional` **aria-setsize**: `number`
1166
-
1167
- Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
1168
-
1169
- **`see`** aria-posinset.
1170
-
1171
- #### Inherited from
1172
-
1173
- AnchorHTMLAttributes.aria-setsize
1174
-
1175
- #### Defined in
1176
-
1177
- node_modules/@types/react/ts5.0/index.d.ts:2810
1178
-
1179
- ___
1180
-
1181
- ### aria-sort
1182
-
1183
- • `Optional` **aria-sort**: ``"other"`` \| ``"none"`` \| ``"ascending"`` \| ``"descending"``
1184
-
1185
- Indicates if items in a table or grid are sorted in ascending or descending order.
1186
-
1187
- #### Inherited from
1188
-
1189
- AnchorHTMLAttributes.aria-sort
1190
-
1191
- #### Defined in
1192
-
1193
- node_modules/@types/react/ts5.0/index.d.ts:2812
1194
-
1195
- ___
1196
-
1197
- ### aria-valuemax
1198
-
1199
- • `Optional` **aria-valuemax**: `number`
1200
-
1201
- Defines the maximum allowed value for a range widget.
1202
-
1203
- #### Inherited from
1204
-
1205
- AnchorHTMLAttributes.aria-valuemax
1206
-
1207
- #### Defined in
1208
-
1209
- node_modules/@types/react/ts5.0/index.d.ts:2814
1210
-
1211
- ___
1212
-
1213
- ### aria-valuemin
1214
-
1215
- • `Optional` **aria-valuemin**: `number`
1216
-
1217
- Defines the minimum allowed value for a range widget.
1218
-
1219
- #### Inherited from
1220
-
1221
- AnchorHTMLAttributes.aria-valuemin
1222
-
1223
- #### Defined in
1224
-
1225
- node_modules/@types/react/ts5.0/index.d.ts:2816
1226
-
1227
- ___
1228
-
1229
- ### aria-valuenow
1230
-
1231
- • `Optional` **aria-valuenow**: `number`
1232
-
1233
- Defines the current value for a range widget.
1234
-
1235
- **`see`** aria-valuetext.
1236
-
1237
- #### Inherited from
1238
-
1239
- AnchorHTMLAttributes.aria-valuenow
1240
-
1241
- #### Defined in
1242
-
1243
- node_modules/@types/react/ts5.0/index.d.ts:2821
1244
-
1245
- ___
1246
-
1247
- ### aria-valuetext
1248
-
1249
- • `Optional` **aria-valuetext**: `string`
1250
-
1251
- Defines the human readable text alternative of aria-valuenow for a range widget.
1252
-
1253
- #### Inherited from
1254
-
1255
- AnchorHTMLAttributes.aria-valuetext
1256
-
1257
- #### Defined in
1258
-
1259
- node_modules/@types/react/ts5.0/index.d.ts:2823
1260
-
1261
- ___
1262
-
1263
- ### autoCapitalize
1264
-
1265
- • `Optional` **autoCapitalize**: ``"on"`` \| ``"off"`` \| `string` & {} \| ``"none"`` \| ``"sentences"`` \| ``"words"`` \| ``"characters"``
1266
-
1267
- #### Inherited from
1268
-
1269
- AnchorHTMLAttributes.autoCapitalize
1270
-
1271
- #### Defined in
1272
-
1273
- node_modules/@types/react/ts5.0/index.d.ts:2908
1274
-
1275
- ___
1276
-
1277
- ### autoCorrect
1278
-
1279
- • `Optional` **autoCorrect**: `string`
1280
-
1281
- #### Inherited from
1282
-
1283
- AnchorHTMLAttributes.autoCorrect
1284
-
1285
- #### Defined in
1286
-
1287
- node_modules/@types/react/ts5.0/index.d.ts:2947
1288
-
1289
- ___
1290
-
1291
- ### autoFocus
1292
-
1293
- • `Optional` **autoFocus**: `boolean`
1294
-
1295
- #### Inherited from
1296
-
1297
- AnchorHTMLAttributes.autoFocus
1298
-
1299
- #### Defined in
1300
-
1301
- node_modules/@types/react/ts5.0/index.d.ts:2909
1302
-
1303
- ___
1304
-
1305
- ### autoSave
1306
-
1307
- • `Optional` **autoSave**: `string`
1308
-
1309
- #### Inherited from
1310
-
1311
- AnchorHTMLAttributes.autoSave
1312
-
1313
- #### Defined in
1314
-
1315
- node_modules/@types/react/ts5.0/index.d.ts:2948
1316
-
1317
- ___
1318
-
1319
- ### children
1320
-
1321
- • `Optional` **children**: `ReactI18NextChild` \| `Iterable`<`ReactI18NextChild`\>
1322
-
1323
- #### Inherited from
1324
-
1325
- AnchorHTMLAttributes.children
1326
-
1327
- #### Defined in
1328
-
1329
- node_modules/react-i18next/ts4.1/index.d.ts:110
1330
-
1331
- ___
1332
-
1333
- ### className
1334
-
1335
- • `Optional` **className**: `string`
1336
-
1337
- #### Inherited from
1338
-
1339
- AnchorHTMLAttributes.className
1340
-
1341
- #### Defined in
1342
-
1343
- node_modules/@types/react/ts5.0/index.d.ts:2910
1344
-
1345
- ___
1346
-
1347
- ### color
1348
-
1349
- • `Optional` **color**: `string`
1350
-
1351
- #### Inherited from
1352
-
1353
- AnchorHTMLAttributes.color
1354
-
1355
- #### Defined in
1356
-
1357
- node_modules/@types/react/ts5.0/index.d.ts:2949
1358
-
1359
- ___
1360
-
1361
- ### content
1362
-
1363
- • `Optional` **content**: `string`
1364
-
1365
- #### Inherited from
1366
-
1367
- AnchorHTMLAttributes.content
1368
-
1369
- #### Defined in
1370
-
1371
- node_modules/@types/react/ts5.0/index.d.ts:2935
1372
-
1373
- ___
1374
-
1375
- ### contentEditable
1376
-
1377
- • `Optional` **contentEditable**: `Booleanish` \| ``"inherit"`` \| ``"plaintext-only"``
1378
-
1379
- #### Inherited from
1380
-
1381
- AnchorHTMLAttributes.contentEditable
1382
-
1383
- #### Defined in
1384
-
1385
- node_modules/@types/react/ts5.0/index.d.ts:2911
1386
-
1387
- ___
1388
-
1389
- ### contextMenu
1390
-
1391
- • `Optional` **contextMenu**: `string`
1392
-
1393
- #### Inherited from
1394
-
1395
- AnchorHTMLAttributes.contextMenu
1396
-
1397
- #### Defined in
1398
-
1399
- node_modules/@types/react/ts5.0/index.d.ts:2912
1400
-
1401
- ___
1402
-
1403
- ### dangerouslySetInnerHTML
1404
-
1405
- • `Optional` **dangerouslySetInnerHTML**: `Object`
1406
-
1407
- #### Type declaration
1408
-
1409
- | Name | Type |
1410
- | :------ | :------ |
1411
- | `__html` | `string` \| `TrustedHTML` |
1412
-
1413
- #### Inherited from
1414
-
1415
- AnchorHTMLAttributes.dangerouslySetInnerHTML
1416
-
1417
- #### Defined in
1418
-
1419
- node_modules/@types/react/ts5.0/index.d.ts:2394
1420
-
1421
- ___
1422
-
1423
- ### datatype
1424
-
1425
- • `Optional` **datatype**: `string`
1426
-
1427
- #### Inherited from
1428
-
1429
- AnchorHTMLAttributes.datatype
1430
-
1431
- #### Defined in
1432
-
1433
- node_modules/@types/react/ts5.0/index.d.ts:2936
1434
-
1435
- ___
1436
-
1437
- ### defaultChecked
1438
-
1439
- • `Optional` **defaultChecked**: `boolean`
1440
-
1441
- #### Inherited from
1442
-
1443
- AnchorHTMLAttributes.defaultChecked
1444
-
1445
- #### Defined in
1446
-
1447
- node_modules/@types/react/ts5.0/index.d.ts:2901
1448
-
1449
- ___
1450
-
1451
- ### defaultValue
1452
-
1453
- • `Optional` **defaultValue**: `string` \| `number` \| readonly `string`[]
1454
-
1455
- #### Inherited from
1456
-
1457
- AnchorHTMLAttributes.defaultValue
1458
-
1459
- #### Defined in
1460
-
1461
- node_modules/@types/react/ts5.0/index.d.ts:2902
1462
-
1463
- ___
1464
-
1465
- ### dir
1466
-
1467
- • `Optional` **dir**: `string`
1468
-
1469
- #### Inherited from
1470
-
1471
- AnchorHTMLAttributes.dir
1472
-
1473
- #### Defined in
1474
-
1475
- node_modules/@types/react/ts5.0/index.d.ts:2913
1476
-
1477
- ___
1478
-
1479
- ### download
1480
-
1481
- • `Optional` **download**: `any`
1482
-
1483
- #### Inherited from
1484
-
1485
- AnchorHTMLAttributes.download
1486
-
1487
- #### Defined in
1488
-
1489
- node_modules/@types/react/ts5.0/index.d.ts:3122
1490
-
1491
- ___
1492
-
1493
- ### draggable
1494
-
1495
- • `Optional` **draggable**: `Booleanish`
1496
-
1497
- #### Inherited from
1498
-
1499
- AnchorHTMLAttributes.draggable
1500
-
1501
- #### Defined in
1502
-
1503
- node_modules/@types/react/ts5.0/index.d.ts:2914
1504
-
1505
- ___
1506
-
1507
- ### enterKeyHint
1508
-
1509
- • `Optional` **enterKeyHint**: ``"search"`` \| ``"enter"`` \| ``"done"`` \| ``"go"`` \| ``"next"`` \| ``"previous"`` \| ``"send"``
1510
-
1511
- #### Inherited from
1512
-
1513
- AnchorHTMLAttributes.enterKeyHint
1514
-
1515
- #### Defined in
1516
-
1517
- node_modules/@types/react/ts5.0/index.d.ts:2915
1518
-
1519
- ___
1520
-
1521
- ### exportparts
1522
-
1523
- • `Optional` **exportparts**: `string`
1524
-
1525
- **`see`** [https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts)
1526
-
1527
- #### Inherited from
1528
-
1529
- AnchorHTMLAttributes.exportparts
1530
-
1531
- #### Defined in
1532
-
1533
- node_modules/@types/react/ts5.0/index.d.ts:2973
1534
-
1535
- ___
1536
-
1537
- ### hidden
1538
-
1539
- • `Optional` **hidden**: `boolean`
1540
-
1541
- #### Inherited from
1542
-
1543
- AnchorHTMLAttributes.hidden
1544
-
1545
- #### Defined in
1546
-
1547
- node_modules/@types/react/ts5.0/index.d.ts:2916
1548
-
1549
- ___
1550
-
1551
- ### href
1552
-
1553
- • `Optional` **href**: `string`
1554
-
1555
- #### Inherited from
1556
-
1557
- AnchorHTMLAttributes.href
1558
-
1559
- #### Defined in
1560
-
1561
- node_modules/@types/react/ts5.0/index.d.ts:3123
1562
-
1563
- ___
1564
-
1565
- ### hrefLang
1566
-
1567
- • `Optional` **hrefLang**: `string`
1568
-
1569
- #### Inherited from
1570
-
1571
- AnchorHTMLAttributes.hrefLang
1572
-
1573
- #### Defined in
1574
-
1575
- node_modules/@types/react/ts5.0/index.d.ts:3124
1576
-
1577
- ___
1578
-
1579
- ### id
1580
-
1581
- • `Optional` **id**: `string`
1582
-
1583
- #### Inherited from
1584
-
1585
- AnchorHTMLAttributes.id
1586
-
1587
- #### Defined in
1588
-
1589
- node_modules/@types/react/ts5.0/index.d.ts:2917
1590
-
1591
- ___
1592
-
1593
- ### inlist
1594
-
1595
- • `Optional` **inlist**: `any`
1596
-
1597
- #### Inherited from
1598
-
1599
- AnchorHTMLAttributes.inlist
1600
-
1601
- #### Defined in
1602
-
1603
- node_modules/@types/react/ts5.0/index.d.ts:2937
1604
-
1605
- ___
1606
-
1607
- ### inputMode
1608
-
1609
- • `Optional` **inputMode**: ``"url"`` \| ``"text"`` \| ``"search"`` \| ``"none"`` \| ``"tel"`` \| ``"email"`` \| ``"numeric"`` \| ``"decimal"``
1610
-
1611
- Hints at the type of data that might be entered by the user while editing the element or its contents
1612
-
1613
- **`see`** [https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute](https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute)
1614
-
1615
- #### Inherited from
1616
-
1617
- AnchorHTMLAttributes.inputMode
1618
-
1619
- #### Defined in
1620
-
1621
- node_modules/@types/react/ts5.0/index.d.ts:2964
1622
-
1623
- ___
1624
-
1625
- ### is
1626
-
1627
- • `Optional` **is**: `string`
1628
-
1629
- Specify that a standard HTML element should behave like a defined custom built-in element
1630
-
1631
- **`see`** [https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is](https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is)
1632
-
1633
- #### Inherited from
1634
-
1635
- AnchorHTMLAttributes.is
1636
-
1637
- #### Defined in
1638
-
1639
- node_modules/@types/react/ts5.0/index.d.ts:2969
1640
-
1641
- ___
1642
-
1643
- ### itemID
1644
-
1645
- • `Optional` **itemID**: `string`
1646
-
1647
- #### Inherited from
1648
-
1649
- AnchorHTMLAttributes.itemID
1650
-
1651
- #### Defined in
1652
-
1653
- node_modules/@types/react/ts5.0/index.d.ts:2953
1654
-
1655
- ___
1656
-
1657
- ### itemProp
1658
-
1659
- • `Optional` **itemProp**: `string`
1660
-
1661
- #### Inherited from
1662
-
1663
- AnchorHTMLAttributes.itemProp
1664
-
1665
- #### Defined in
1666
-
1667
- node_modules/@types/react/ts5.0/index.d.ts:2950
1668
-
1669
- ___
1670
-
1671
- ### itemRef
1672
-
1673
- • `Optional` **itemRef**: `string`
1674
-
1675
- #### Inherited from
1676
-
1677
- AnchorHTMLAttributes.itemRef
1678
-
1679
- #### Defined in
1680
-
1681
- node_modules/@types/react/ts5.0/index.d.ts:2954
1682
-
1683
- ___
1684
-
1685
- ### itemScope
1686
-
1687
- • `Optional` **itemScope**: `boolean`
1688
-
1689
- #### Inherited from
1690
-
1691
- AnchorHTMLAttributes.itemScope
1692
-
1693
- #### Defined in
1694
-
1695
- node_modules/@types/react/ts5.0/index.d.ts:2951
1696
-
1697
- ___
1698
-
1699
- ### itemType
1700
-
1701
- • `Optional` **itemType**: `string`
1702
-
1703
- #### Inherited from
1704
-
1705
- AnchorHTMLAttributes.itemType
1706
-
1707
- #### Defined in
1708
-
1709
- node_modules/@types/react/ts5.0/index.d.ts:2952
1710
-
1711
- ___
1712
-
1713
- ### lang
1714
-
1715
- • `Optional` **lang**: `string`
1716
-
1717
- #### Inherited from
1718
-
1719
- AnchorHTMLAttributes.lang
1720
-
1721
- #### Defined in
1722
-
1723
- node_modules/@types/react/ts5.0/index.d.ts:2918
1724
-
1725
- ___
1726
-
1727
- ### media
1728
-
1729
- • `Optional` **media**: `string`
1730
-
1731
- #### Inherited from
1732
-
1733
- AnchorHTMLAttributes.media
1734
-
1735
- #### Defined in
1736
-
1737
- node_modules/@types/react/ts5.0/index.d.ts:3125
1738
-
1739
- ___
1740
-
1741
- ### nonce
1742
-
1743
- • `Optional` **nonce**: `string`
1744
-
1745
- #### Inherited from
1746
-
1747
- AnchorHTMLAttributes.nonce
1748
-
1749
- #### Defined in
1750
-
1751
- node_modules/@types/react/ts5.0/index.d.ts:2919
1752
-
1753
- ___
1754
-
1755
- ### onAbort
1756
-
1757
- • `Optional` **onAbort**: `ReactEventHandler`<`HTMLAnchorElement`\>
1758
-
1759
- #### Inherited from
1760
-
1761
- AnchorHTMLAttributes.onAbort
1762
-
1763
- #### Defined in
1764
-
1765
- node_modules/@types/react/ts5.0/index.d.ts:2453
1766
-
1767
- ___
1768
-
1769
- ### onAbortCapture
1770
-
1771
- • `Optional` **onAbortCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
1772
-
1773
- #### Inherited from
1774
-
1775
- AnchorHTMLAttributes.onAbortCapture
1776
-
1777
- #### Defined in
1778
-
1779
- node_modules/@types/react/ts5.0/index.d.ts:2454
1780
-
1781
- ___
1782
-
1783
- ### onAnimationEnd
1784
-
1785
- • `Optional` **onAnimationEnd**: `AnimationEventHandler`<`HTMLAnchorElement`\>
1786
-
1787
- #### Inherited from
1788
-
1789
- AnchorHTMLAttributes.onAnimationEnd
1790
-
1791
- #### Defined in
1792
-
1793
- node_modules/@types/react/ts5.0/index.d.ts:2581
1794
-
1795
- ___
1796
-
1797
- ### onAnimationEndCapture
1798
-
1799
- • `Optional` **onAnimationEndCapture**: `AnimationEventHandler`<`HTMLAnchorElement`\>
1800
-
1801
- #### Inherited from
1802
-
1803
- AnchorHTMLAttributes.onAnimationEndCapture
1804
-
1805
- #### Defined in
1806
-
1807
- node_modules/@types/react/ts5.0/index.d.ts:2582
1808
-
1809
- ___
1810
-
1811
- ### onAnimationIteration
1812
-
1813
- • `Optional` **onAnimationIteration**: `AnimationEventHandler`<`HTMLAnchorElement`\>
1814
-
1815
- #### Inherited from
1816
-
1817
- AnchorHTMLAttributes.onAnimationIteration
1818
-
1819
- #### Defined in
1820
-
1821
- node_modules/@types/react/ts5.0/index.d.ts:2583
1822
-
1823
- ___
1824
-
1825
- ### onAnimationIterationCapture
1826
-
1827
- • `Optional` **onAnimationIterationCapture**: `AnimationEventHandler`<`HTMLAnchorElement`\>
1828
-
1829
- #### Inherited from
1830
-
1831
- AnchorHTMLAttributes.onAnimationIterationCapture
1832
-
1833
- #### Defined in
1834
-
1835
- node_modules/@types/react/ts5.0/index.d.ts:2584
1836
-
1837
- ___
1838
-
1839
- ### onAnimationStart
1840
-
1841
- • `Optional` **onAnimationStart**: `AnimationEventHandler`<`HTMLAnchorElement`\>
1842
-
1843
- #### Inherited from
1844
-
1845
- AnchorHTMLAttributes.onAnimationStart
1846
-
1847
- #### Defined in
1848
-
1849
- node_modules/@types/react/ts5.0/index.d.ts:2579
1850
-
1851
- ___
1852
-
1853
- ### onAnimationStartCapture
1854
-
1855
- • `Optional` **onAnimationStartCapture**: `AnimationEventHandler`<`HTMLAnchorElement`\>
1856
-
1857
- #### Inherited from
1858
-
1859
- AnchorHTMLAttributes.onAnimationStartCapture
1860
-
1861
- #### Defined in
1862
-
1863
- node_modules/@types/react/ts5.0/index.d.ts:2580
1864
-
1865
- ___
1866
-
1867
- ### onAuxClick
1868
-
1869
- • `Optional` **onAuxClick**: `MouseEventHandler`<`HTMLAnchorElement`\>
1870
-
1871
- #### Inherited from
1872
-
1873
- AnchorHTMLAttributes.onAuxClick
1874
-
1875
- #### Defined in
1876
-
1877
- node_modules/@types/react/ts5.0/index.d.ts:2499
1878
-
1879
- ___
1880
-
1881
- ### onAuxClickCapture
1882
-
1883
- • `Optional` **onAuxClickCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
1884
-
1885
- #### Inherited from
1886
-
1887
- AnchorHTMLAttributes.onAuxClickCapture
1888
-
1889
- #### Defined in
1890
-
1891
- node_modules/@types/react/ts5.0/index.d.ts:2500
1892
-
1893
- ___
1894
-
1895
- ### onBeforeInput
1896
-
1897
- • `Optional` **onBeforeInput**: `FormEventHandler`<`HTMLAnchorElement`\>
1898
-
1899
- #### Inherited from
1900
-
1901
- AnchorHTMLAttributes.onBeforeInput
1902
-
1903
- #### Defined in
1904
-
1905
- node_modules/@types/react/ts5.0/index.d.ts:2425
1906
-
1907
- ___
1908
-
1909
- ### onBeforeInputCapture
1910
-
1911
- • `Optional` **onBeforeInputCapture**: `FormEventHandler`<`HTMLAnchorElement`\>
1912
-
1913
- #### Inherited from
1914
-
1915
- AnchorHTMLAttributes.onBeforeInputCapture
1916
-
1917
- #### Defined in
1918
-
1919
- node_modules/@types/react/ts5.0/index.d.ts:2426
1920
-
1921
- ___
1922
-
1923
- ### onBlur
1924
-
1925
- • `Optional` **onBlur**: `FocusEventHandler`<`HTMLAnchorElement`\>
1926
-
1927
- #### Inherited from
1928
-
1929
- AnchorHTMLAttributes.onBlur
1930
-
1931
- #### Defined in
1932
-
1933
- node_modules/@types/react/ts5.0/index.d.ts:2419
1934
-
1935
- ___
1936
-
1937
- ### onBlurCapture
1938
-
1939
- • `Optional` **onBlurCapture**: `FocusEventHandler`<`HTMLAnchorElement`\>
1940
-
1941
- #### Inherited from
1942
-
1943
- AnchorHTMLAttributes.onBlurCapture
1944
-
1945
- #### Defined in
1946
-
1947
- node_modules/@types/react/ts5.0/index.d.ts:2420
1948
-
1949
- ___
1950
-
1951
- ### onCanPlay
1952
-
1953
- • `Optional` **onCanPlay**: `ReactEventHandler`<`HTMLAnchorElement`\>
1954
-
1955
- #### Inherited from
1956
-
1957
- AnchorHTMLAttributes.onCanPlay
1958
-
1959
- #### Defined in
1960
-
1961
- node_modules/@types/react/ts5.0/index.d.ts:2455
1962
-
1963
- ___
1964
-
1965
- ### onCanPlayCapture
1966
-
1967
- • `Optional` **onCanPlayCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
1968
-
1969
- #### Inherited from
1970
-
1971
- AnchorHTMLAttributes.onCanPlayCapture
1972
-
1973
- #### Defined in
1974
-
1975
- node_modules/@types/react/ts5.0/index.d.ts:2456
1976
-
1977
- ___
1978
-
1979
- ### onCanPlayThrough
1980
-
1981
- • `Optional` **onCanPlayThrough**: `ReactEventHandler`<`HTMLAnchorElement`\>
1982
-
1983
- #### Inherited from
1984
-
1985
- AnchorHTMLAttributes.onCanPlayThrough
1986
-
1987
- #### Defined in
1988
-
1989
- node_modules/@types/react/ts5.0/index.d.ts:2457
1990
-
1991
- ___
1992
-
1993
- ### onCanPlayThroughCapture
1994
-
1995
- • `Optional` **onCanPlayThroughCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
1996
-
1997
- #### Inherited from
1998
-
1999
- AnchorHTMLAttributes.onCanPlayThroughCapture
2000
-
2001
- #### Defined in
2002
-
2003
- node_modules/@types/react/ts5.0/index.d.ts:2458
2004
-
2005
- ___
2006
-
2007
- ### onChange
2008
-
2009
- • `Optional` **onChange**: `FormEventHandler`<`HTMLAnchorElement`\>
2010
-
2011
- #### Inherited from
2012
-
2013
- AnchorHTMLAttributes.onChange
2014
-
2015
- #### Defined in
2016
-
2017
- node_modules/@types/react/ts5.0/index.d.ts:2423
2018
-
2019
- ___
2020
-
2021
- ### onChangeCapture
2022
-
2023
- • `Optional` **onChangeCapture**: `FormEventHandler`<`HTMLAnchorElement`\>
2024
-
2025
- #### Inherited from
2026
-
2027
- AnchorHTMLAttributes.onChangeCapture
2028
-
2029
- #### Defined in
2030
-
2031
- node_modules/@types/react/ts5.0/index.d.ts:2424
2032
-
2033
- ___
2034
-
2035
- ### onClick
2036
-
2037
- • `Optional` **onClick**: `MouseEventHandler`<`HTMLAnchorElement`\>
2038
-
2039
- #### Inherited from
2040
-
2041
- AnchorHTMLAttributes.onClick
2042
-
2043
- #### Defined in
2044
-
2045
- node_modules/@types/react/ts5.0/index.d.ts:2501
2046
-
2047
- ___
2048
-
2049
- ### onClickCapture
2050
-
2051
- • `Optional` **onClickCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
2052
-
2053
- #### Inherited from
2054
-
2055
- AnchorHTMLAttributes.onClickCapture
2056
-
2057
- #### Defined in
2058
-
2059
- node_modules/@types/react/ts5.0/index.d.ts:2502
2060
-
2061
- ___
2062
-
2063
- ### onCompositionEnd
2064
-
2065
- • `Optional` **onCompositionEnd**: `CompositionEventHandler`<`HTMLAnchorElement`\>
2066
-
2067
- #### Inherited from
2068
-
2069
- AnchorHTMLAttributes.onCompositionEnd
2070
-
2071
- #### Defined in
2072
-
2073
- node_modules/@types/react/ts5.0/index.d.ts:2409
2074
-
2075
- ___
2076
-
2077
- ### onCompositionEndCapture
2078
-
2079
- • `Optional` **onCompositionEndCapture**: `CompositionEventHandler`<`HTMLAnchorElement`\>
2080
-
2081
- #### Inherited from
2082
-
2083
- AnchorHTMLAttributes.onCompositionEndCapture
2084
-
2085
- #### Defined in
2086
-
2087
- node_modules/@types/react/ts5.0/index.d.ts:2410
2088
-
2089
- ___
2090
-
2091
- ### onCompositionStart
2092
-
2093
- • `Optional` **onCompositionStart**: `CompositionEventHandler`<`HTMLAnchorElement`\>
2094
-
2095
- #### Inherited from
2096
-
2097
- AnchorHTMLAttributes.onCompositionStart
2098
-
2099
- #### Defined in
2100
-
2101
- node_modules/@types/react/ts5.0/index.d.ts:2411
2102
-
2103
- ___
2104
-
2105
- ### onCompositionStartCapture
2106
-
2107
- • `Optional` **onCompositionStartCapture**: `CompositionEventHandler`<`HTMLAnchorElement`\>
2108
-
2109
- #### Inherited from
2110
-
2111
- AnchorHTMLAttributes.onCompositionStartCapture
2112
-
2113
- #### Defined in
2114
-
2115
- node_modules/@types/react/ts5.0/index.d.ts:2412
2116
-
2117
- ___
2118
-
2119
- ### onCompositionUpdate
2120
-
2121
- • `Optional` **onCompositionUpdate**: `CompositionEventHandler`<`HTMLAnchorElement`\>
2122
-
2123
- #### Inherited from
2124
-
2125
- AnchorHTMLAttributes.onCompositionUpdate
2126
-
2127
- #### Defined in
2128
-
2129
- node_modules/@types/react/ts5.0/index.d.ts:2413
2130
-
2131
- ___
2132
-
2133
- ### onCompositionUpdateCapture
2134
-
2135
- • `Optional` **onCompositionUpdateCapture**: `CompositionEventHandler`<`HTMLAnchorElement`\>
2136
-
2137
- #### Inherited from
2138
-
2139
- AnchorHTMLAttributes.onCompositionUpdateCapture
2140
-
2141
- #### Defined in
2142
-
2143
- node_modules/@types/react/ts5.0/index.d.ts:2414
2144
-
2145
- ___
2146
-
2147
- ### onContextMenu
2148
-
2149
- • `Optional` **onContextMenu**: `MouseEventHandler`<`HTMLAnchorElement`\>
2150
-
2151
- #### Inherited from
2152
-
2153
- AnchorHTMLAttributes.onContextMenu
2154
-
2155
- #### Defined in
2156
-
2157
- node_modules/@types/react/ts5.0/index.d.ts:2503
2158
-
2159
- ___
2160
-
2161
- ### onContextMenuCapture
2162
-
2163
- • `Optional` **onContextMenuCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
2164
-
2165
- #### Inherited from
2166
-
2167
- AnchorHTMLAttributes.onContextMenuCapture
2168
-
2169
- #### Defined in
2170
-
2171
- node_modules/@types/react/ts5.0/index.d.ts:2504
2172
-
2173
- ___
2174
-
2175
- ### onCopy
2176
-
2177
- • `Optional` **onCopy**: `ClipboardEventHandler`<`HTMLAnchorElement`\>
2178
-
2179
- #### Inherited from
2180
-
2181
- AnchorHTMLAttributes.onCopy
2182
-
2183
- #### Defined in
2184
-
2185
- node_modules/@types/react/ts5.0/index.d.ts:2401
2186
-
2187
- ___
2188
-
2189
- ### onCopyCapture
2190
-
2191
- • `Optional` **onCopyCapture**: `ClipboardEventHandler`<`HTMLAnchorElement`\>
2192
-
2193
- #### Inherited from
2194
-
2195
- AnchorHTMLAttributes.onCopyCapture
2196
-
2197
- #### Defined in
2198
-
2199
- node_modules/@types/react/ts5.0/index.d.ts:2402
2200
-
2201
- ___
2202
-
2203
- ### onCut
2204
-
2205
- • `Optional` **onCut**: `ClipboardEventHandler`<`HTMLAnchorElement`\>
2206
-
2207
- #### Inherited from
2208
-
2209
- AnchorHTMLAttributes.onCut
2210
-
2211
- #### Defined in
2212
-
2213
- node_modules/@types/react/ts5.0/index.d.ts:2403
2214
-
2215
- ___
2216
-
2217
- ### onCutCapture
2218
-
2219
- • `Optional` **onCutCapture**: `ClipboardEventHandler`<`HTMLAnchorElement`\>
2220
-
2221
- #### Inherited from
2222
-
2223
- AnchorHTMLAttributes.onCutCapture
2224
-
2225
- #### Defined in
2226
-
2227
- node_modules/@types/react/ts5.0/index.d.ts:2404
2228
-
2229
- ___
2230
-
2231
- ### onDoubleClick
2232
-
2233
- • `Optional` **onDoubleClick**: `MouseEventHandler`<`HTMLAnchorElement`\>
2234
-
2235
- #### Inherited from
2236
-
2237
- AnchorHTMLAttributes.onDoubleClick
2238
-
2239
- #### Defined in
2240
-
2241
- node_modules/@types/react/ts5.0/index.d.ts:2505
2242
-
2243
- ___
2244
-
2245
- ### onDoubleClickCapture
2246
-
2247
- • `Optional` **onDoubleClickCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
2248
-
2249
- #### Inherited from
2250
-
2251
- AnchorHTMLAttributes.onDoubleClickCapture
2252
-
2253
- #### Defined in
2254
-
2255
- node_modules/@types/react/ts5.0/index.d.ts:2506
2256
-
2257
- ___
2258
-
2259
- ### onDrag
2260
-
2261
- • `Optional` **onDrag**: `DragEventHandler`<`HTMLAnchorElement`\>
2262
-
2263
- #### Inherited from
2264
-
2265
- AnchorHTMLAttributes.onDrag
2266
-
2267
- #### Defined in
2268
-
2269
- node_modules/@types/react/ts5.0/index.d.ts:2507
2270
-
2271
- ___
2272
-
2273
- ### onDragCapture
2274
-
2275
- • `Optional` **onDragCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
2276
-
2277
- #### Inherited from
2278
-
2279
- AnchorHTMLAttributes.onDragCapture
2280
-
2281
- #### Defined in
2282
-
2283
- node_modules/@types/react/ts5.0/index.d.ts:2508
2284
-
2285
- ___
2286
-
2287
- ### onDragEnd
2288
-
2289
- • `Optional` **onDragEnd**: `DragEventHandler`<`HTMLAnchorElement`\>
2290
-
2291
- #### Inherited from
2292
-
2293
- AnchorHTMLAttributes.onDragEnd
2294
-
2295
- #### Defined in
2296
-
2297
- node_modules/@types/react/ts5.0/index.d.ts:2509
2298
-
2299
- ___
2300
-
2301
- ### onDragEndCapture
2302
-
2303
- • `Optional` **onDragEndCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
2304
-
2305
- #### Inherited from
2306
-
2307
- AnchorHTMLAttributes.onDragEndCapture
2308
-
2309
- #### Defined in
2310
-
2311
- node_modules/@types/react/ts5.0/index.d.ts:2510
2312
-
2313
- ___
2314
-
2315
- ### onDragEnter
2316
-
2317
- • `Optional` **onDragEnter**: `DragEventHandler`<`HTMLAnchorElement`\>
2318
-
2319
- #### Inherited from
2320
-
2321
- AnchorHTMLAttributes.onDragEnter
2322
-
2323
- #### Defined in
2324
-
2325
- node_modules/@types/react/ts5.0/index.d.ts:2511
2326
-
2327
- ___
2328
-
2329
- ### onDragEnterCapture
2330
-
2331
- • `Optional` **onDragEnterCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
2332
-
2333
- #### Inherited from
2334
-
2335
- AnchorHTMLAttributes.onDragEnterCapture
2336
-
2337
- #### Defined in
2338
-
2339
- node_modules/@types/react/ts5.0/index.d.ts:2512
2340
-
2341
- ___
2342
-
2343
- ### onDragExit
2344
-
2345
- • `Optional` **onDragExit**: `DragEventHandler`<`HTMLAnchorElement`\>
2346
-
2347
- #### Inherited from
2348
-
2349
- AnchorHTMLAttributes.onDragExit
2350
-
2351
- #### Defined in
2352
-
2353
- node_modules/@types/react/ts5.0/index.d.ts:2513
2354
-
2355
- ___
2356
-
2357
- ### onDragExitCapture
2358
-
2359
- • `Optional` **onDragExitCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
2360
-
2361
- #### Inherited from
2362
-
2363
- AnchorHTMLAttributes.onDragExitCapture
2364
-
2365
- #### Defined in
2366
-
2367
- node_modules/@types/react/ts5.0/index.d.ts:2514
2368
-
2369
- ___
2370
-
2371
- ### onDragLeave
2372
-
2373
- • `Optional` **onDragLeave**: `DragEventHandler`<`HTMLAnchorElement`\>
2374
-
2375
- #### Inherited from
2376
-
2377
- AnchorHTMLAttributes.onDragLeave
2378
-
2379
- #### Defined in
2380
-
2381
- node_modules/@types/react/ts5.0/index.d.ts:2515
2382
-
2383
- ___
2384
-
2385
- ### onDragLeaveCapture
2386
-
2387
- • `Optional` **onDragLeaveCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
2388
-
2389
- #### Inherited from
2390
-
2391
- AnchorHTMLAttributes.onDragLeaveCapture
2392
-
2393
- #### Defined in
2394
-
2395
- node_modules/@types/react/ts5.0/index.d.ts:2516
2396
-
2397
- ___
2398
-
2399
- ### onDragOver
2400
-
2401
- • `Optional` **onDragOver**: `DragEventHandler`<`HTMLAnchorElement`\>
2402
-
2403
- #### Inherited from
2404
-
2405
- AnchorHTMLAttributes.onDragOver
2406
-
2407
- #### Defined in
2408
-
2409
- node_modules/@types/react/ts5.0/index.d.ts:2517
2410
-
2411
- ___
2412
-
2413
- ### onDragOverCapture
2414
-
2415
- • `Optional` **onDragOverCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
2416
-
2417
- #### Inherited from
2418
-
2419
- AnchorHTMLAttributes.onDragOverCapture
2420
-
2421
- #### Defined in
2422
-
2423
- node_modules/@types/react/ts5.0/index.d.ts:2518
2424
-
2425
- ___
2426
-
2427
- ### onDragStart
2428
-
2429
- • `Optional` **onDragStart**: `DragEventHandler`<`HTMLAnchorElement`\>
2430
-
2431
- #### Inherited from
2432
-
2433
- AnchorHTMLAttributes.onDragStart
2434
-
2435
- #### Defined in
2436
-
2437
- node_modules/@types/react/ts5.0/index.d.ts:2519
2438
-
2439
- ___
2440
-
2441
- ### onDragStartCapture
2442
-
2443
- • `Optional` **onDragStartCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
2444
-
2445
- #### Inherited from
2446
-
2447
- AnchorHTMLAttributes.onDragStartCapture
2448
-
2449
- #### Defined in
2450
-
2451
- node_modules/@types/react/ts5.0/index.d.ts:2520
2452
-
2453
- ___
2454
-
2455
- ### onDrop
2456
-
2457
- • `Optional` **onDrop**: `DragEventHandler`<`HTMLAnchorElement`\>
2458
-
2459
- #### Inherited from
2460
-
2461
- AnchorHTMLAttributes.onDrop
2462
-
2463
- #### Defined in
2464
-
2465
- node_modules/@types/react/ts5.0/index.d.ts:2521
2466
-
2467
- ___
2468
-
2469
- ### onDropCapture
2470
-
2471
- • `Optional` **onDropCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
2472
-
2473
- #### Inherited from
2474
-
2475
- AnchorHTMLAttributes.onDropCapture
2476
-
2477
- #### Defined in
2478
-
2479
- node_modules/@types/react/ts5.0/index.d.ts:2522
2480
-
2481
- ___
2482
-
2483
- ### onDurationChange
2484
-
2485
- • `Optional` **onDurationChange**: `ReactEventHandler`<`HTMLAnchorElement`\>
2486
-
2487
- #### Inherited from
2488
-
2489
- AnchorHTMLAttributes.onDurationChange
2490
-
2491
- #### Defined in
2492
-
2493
- node_modules/@types/react/ts5.0/index.d.ts:2459
2494
-
2495
- ___
2496
-
2497
- ### onDurationChangeCapture
2498
-
2499
- • `Optional` **onDurationChangeCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
2500
-
2501
- #### Inherited from
2502
-
2503
- AnchorHTMLAttributes.onDurationChangeCapture
2504
-
2505
- #### Defined in
2506
-
2507
- node_modules/@types/react/ts5.0/index.d.ts:2460
2508
-
2509
- ___
2510
-
2511
- ### onEmptied
2512
-
2513
- • `Optional` **onEmptied**: `ReactEventHandler`<`HTMLAnchorElement`\>
2514
-
2515
- #### Inherited from
2516
-
2517
- AnchorHTMLAttributes.onEmptied
2518
-
2519
- #### Defined in
2520
-
2521
- node_modules/@types/react/ts5.0/index.d.ts:2461
2522
-
2523
- ___
2524
-
2525
- ### onEmptiedCapture
2526
-
2527
- • `Optional` **onEmptiedCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
2528
-
2529
- #### Inherited from
2530
-
2531
- AnchorHTMLAttributes.onEmptiedCapture
2532
-
2533
- #### Defined in
2534
-
2535
- node_modules/@types/react/ts5.0/index.d.ts:2462
2536
-
2537
- ___
2538
-
2539
- ### onEncrypted
2540
-
2541
- • `Optional` **onEncrypted**: `ReactEventHandler`<`HTMLAnchorElement`\>
2542
-
2543
- #### Inherited from
2544
-
2545
- AnchorHTMLAttributes.onEncrypted
2546
-
2547
- #### Defined in
2548
-
2549
- node_modules/@types/react/ts5.0/index.d.ts:2463
2550
-
2551
- ___
2552
-
2553
- ### onEncryptedCapture
2554
-
2555
- • `Optional` **onEncryptedCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
2556
-
2557
- #### Inherited from
2558
-
2559
- AnchorHTMLAttributes.onEncryptedCapture
2560
-
2561
- #### Defined in
2562
-
2563
- node_modules/@types/react/ts5.0/index.d.ts:2464
2564
-
2565
- ___
2566
-
2567
- ### onEnded
2568
-
2569
- • `Optional` **onEnded**: `ReactEventHandler`<`HTMLAnchorElement`\>
2570
-
2571
- #### Inherited from
2572
-
2573
- AnchorHTMLAttributes.onEnded
2574
-
2575
- #### Defined in
2576
-
2577
- node_modules/@types/react/ts5.0/index.d.ts:2465
2578
-
2579
- ___
2580
-
2581
- ### onEndedCapture
2582
-
2583
- • `Optional` **onEndedCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
2584
-
2585
- #### Inherited from
2586
-
2587
- AnchorHTMLAttributes.onEndedCapture
2588
-
2589
- #### Defined in
2590
-
2591
- node_modules/@types/react/ts5.0/index.d.ts:2466
2592
-
2593
- ___
2594
-
2595
- ### onError
2596
-
2597
- • `Optional` **onError**: `ReactEventHandler`<`HTMLAnchorElement`\>
2598
-
2599
- #### Inherited from
2600
-
2601
- AnchorHTMLAttributes.onError
2602
-
2603
- #### Defined in
2604
-
2605
- node_modules/@types/react/ts5.0/index.d.ts:2439
2606
-
2607
- ___
2608
-
2609
- ### onErrorCapture
2610
-
2611
- • `Optional` **onErrorCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
2612
-
2613
- #### Inherited from
2614
-
2615
- AnchorHTMLAttributes.onErrorCapture
2616
-
2617
- #### Defined in
2618
-
2619
- node_modules/@types/react/ts5.0/index.d.ts:2440
2620
-
2621
- ___
2622
-
2623
- ### onFocus
2624
-
2625
- • `Optional` **onFocus**: `FocusEventHandler`<`HTMLAnchorElement`\>
2626
-
2627
- #### Inherited from
2628
-
2629
- AnchorHTMLAttributes.onFocus
2630
-
2631
- #### Defined in
2632
-
2633
- node_modules/@types/react/ts5.0/index.d.ts:2417
2634
-
2635
- ___
2636
-
2637
- ### onFocusCapture
2638
-
2639
- • `Optional` **onFocusCapture**: `FocusEventHandler`<`HTMLAnchorElement`\>
2640
-
2641
- #### Inherited from
2642
-
2643
- AnchorHTMLAttributes.onFocusCapture
2644
-
2645
- #### Defined in
2646
-
2647
- node_modules/@types/react/ts5.0/index.d.ts:2418
2648
-
2649
- ___
2650
-
2651
- ### onGotPointerCapture
2652
-
2653
- • `Optional` **onGotPointerCapture**: `PointerEventHandler`<`HTMLAnchorElement`\>
2654
-
2655
- #### Inherited from
2656
-
2657
- AnchorHTMLAttributes.onGotPointerCapture
2658
-
2659
- #### Defined in
2660
-
2661
- node_modules/@types/react/ts5.0/index.d.ts:2565
2662
-
2663
- ___
2664
-
2665
- ### onGotPointerCaptureCapture
2666
-
2667
- • `Optional` **onGotPointerCaptureCapture**: `PointerEventHandler`<`HTMLAnchorElement`\>
2668
-
2669
- #### Inherited from
2670
-
2671
- AnchorHTMLAttributes.onGotPointerCaptureCapture
2672
-
2673
- #### Defined in
2674
-
2675
- node_modules/@types/react/ts5.0/index.d.ts:2566
2676
-
2677
- ___
2678
-
2679
- ### onInput
2680
-
2681
- • `Optional` **onInput**: `FormEventHandler`<`HTMLAnchorElement`\>
2682
-
2683
- #### Inherited from
2684
-
2685
- AnchorHTMLAttributes.onInput
2686
-
2687
- #### Defined in
2688
-
2689
- node_modules/@types/react/ts5.0/index.d.ts:2427
2690
-
2691
- ___
2692
-
2693
- ### onInputCapture
2694
-
2695
- • `Optional` **onInputCapture**: `FormEventHandler`<`HTMLAnchorElement`\>
2696
-
2697
- #### Inherited from
2698
-
2699
- AnchorHTMLAttributes.onInputCapture
2700
-
2701
- #### Defined in
2702
-
2703
- node_modules/@types/react/ts5.0/index.d.ts:2428
2704
-
2705
- ___
2706
-
2707
- ### onInvalid
2708
-
2709
- • `Optional` **onInvalid**: `FormEventHandler`<`HTMLAnchorElement`\>
2710
-
2711
- #### Inherited from
2712
-
2713
- AnchorHTMLAttributes.onInvalid
2714
-
2715
- #### Defined in
2716
-
2717
- node_modules/@types/react/ts5.0/index.d.ts:2433
2718
-
2719
- ___
2720
-
2721
- ### onInvalidCapture
2722
-
2723
- • `Optional` **onInvalidCapture**: `FormEventHandler`<`HTMLAnchorElement`\>
2724
-
2725
- #### Inherited from
2726
-
2727
- AnchorHTMLAttributes.onInvalidCapture
2728
-
2729
- #### Defined in
2730
-
2731
- node_modules/@types/react/ts5.0/index.d.ts:2434
2732
-
2733
- ___
2734
-
2735
- ### onKeyDown
2736
-
2737
- • `Optional` **onKeyDown**: `KeyboardEventHandler`<`HTMLAnchorElement`\>
2738
-
2739
- #### Inherited from
2740
-
2741
- AnchorHTMLAttributes.onKeyDown
2742
-
2743
- #### Defined in
2744
-
2745
- node_modules/@types/react/ts5.0/index.d.ts:2443
2746
-
2747
- ___
2748
-
2749
- ### onKeyDownCapture
2750
-
2751
- • `Optional` **onKeyDownCapture**: `KeyboardEventHandler`<`HTMLAnchorElement`\>
2752
-
2753
- #### Inherited from
2754
-
2755
- AnchorHTMLAttributes.onKeyDownCapture
2756
-
2757
- #### Defined in
2758
-
2759
- node_modules/@types/react/ts5.0/index.d.ts:2444
2760
-
2761
- ___
2762
-
2763
- ### onKeyPress
2764
-
2765
- • `Optional` **onKeyPress**: `KeyboardEventHandler`<`HTMLAnchorElement`\>
2766
-
2767
- **`deprecated`** Use `onKeyUp` or `onKeyDown` instead
2768
-
2769
- #### Inherited from
2770
-
2771
- AnchorHTMLAttributes.onKeyPress
2772
-
2773
- #### Defined in
2774
-
2775
- node_modules/@types/react/ts5.0/index.d.ts:2446
2776
-
2777
- ___
2778
-
2779
- ### onKeyPressCapture
2780
-
2781
- • `Optional` **onKeyPressCapture**: `KeyboardEventHandler`<`HTMLAnchorElement`\>
2782
-
2783
- **`deprecated`** Use `onKeyUpCapture` or `onKeyDownCapture` instead
2784
-
2785
- #### Inherited from
2786
-
2787
- AnchorHTMLAttributes.onKeyPressCapture
2788
-
2789
- #### Defined in
2790
-
2791
- node_modules/@types/react/ts5.0/index.d.ts:2448
2792
-
2793
- ___
2794
-
2795
- ### onKeyUp
2796
-
2797
- • `Optional` **onKeyUp**: `KeyboardEventHandler`<`HTMLAnchorElement`\>
2798
-
2799
- #### Inherited from
2800
-
2801
- AnchorHTMLAttributes.onKeyUp
2802
-
2803
- #### Defined in
2804
-
2805
- node_modules/@types/react/ts5.0/index.d.ts:2449
2806
-
2807
- ___
2808
-
2809
- ### onKeyUpCapture
2810
-
2811
- • `Optional` **onKeyUpCapture**: `KeyboardEventHandler`<`HTMLAnchorElement`\>
2812
-
2813
- #### Inherited from
2814
-
2815
- AnchorHTMLAttributes.onKeyUpCapture
2816
-
2817
- #### Defined in
2818
-
2819
- node_modules/@types/react/ts5.0/index.d.ts:2450
2820
-
2821
- ___
2822
-
2823
- ### onLoad
2824
-
2825
- • `Optional` **onLoad**: `ReactEventHandler`<`HTMLAnchorElement`\>
2826
-
2827
- #### Inherited from
2828
-
2829
- AnchorHTMLAttributes.onLoad
2830
-
2831
- #### Defined in
2832
-
2833
- node_modules/@types/react/ts5.0/index.d.ts:2437
2834
-
2835
- ___
2836
-
2837
- ### onLoadCapture
2838
-
2839
- • `Optional` **onLoadCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
2840
-
2841
- #### Inherited from
2842
-
2843
- AnchorHTMLAttributes.onLoadCapture
2844
-
2845
- #### Defined in
2846
-
2847
- node_modules/@types/react/ts5.0/index.d.ts:2438
2848
-
2849
- ___
2850
-
2851
- ### onLoadStart
2852
-
2853
- • `Optional` **onLoadStart**: `ReactEventHandler`<`HTMLAnchorElement`\>
2854
-
2855
- #### Inherited from
2856
-
2857
- AnchorHTMLAttributes.onLoadStart
2858
-
2859
- #### Defined in
2860
-
2861
- node_modules/@types/react/ts5.0/index.d.ts:2471
2862
-
2863
- ___
2864
-
2865
- ### onLoadStartCapture
2866
-
2867
- • `Optional` **onLoadStartCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
2868
-
2869
- #### Inherited from
2870
-
2871
- AnchorHTMLAttributes.onLoadStartCapture
2872
-
2873
- #### Defined in
2874
-
2875
- node_modules/@types/react/ts5.0/index.d.ts:2472
2876
-
2877
- ___
2878
-
2879
- ### onLoadedData
2880
-
2881
- • `Optional` **onLoadedData**: `ReactEventHandler`<`HTMLAnchorElement`\>
2882
-
2883
- #### Inherited from
2884
-
2885
- AnchorHTMLAttributes.onLoadedData
2886
-
2887
- #### Defined in
2888
-
2889
- node_modules/@types/react/ts5.0/index.d.ts:2467
2890
-
2891
- ___
2892
-
2893
- ### onLoadedDataCapture
2894
-
2895
- • `Optional` **onLoadedDataCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
2896
-
2897
- #### Inherited from
2898
-
2899
- AnchorHTMLAttributes.onLoadedDataCapture
2900
-
2901
- #### Defined in
2902
-
2903
- node_modules/@types/react/ts5.0/index.d.ts:2468
2904
-
2905
- ___
2906
-
2907
- ### onLoadedMetadata
2908
-
2909
- • `Optional` **onLoadedMetadata**: `ReactEventHandler`<`HTMLAnchorElement`\>
2910
-
2911
- #### Inherited from
2912
-
2913
- AnchorHTMLAttributes.onLoadedMetadata
2914
-
2915
- #### Defined in
2916
-
2917
- node_modules/@types/react/ts5.0/index.d.ts:2469
2918
-
2919
- ___
2920
-
2921
- ### onLoadedMetadataCapture
2922
-
2923
- • `Optional` **onLoadedMetadataCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
2924
-
2925
- #### Inherited from
2926
-
2927
- AnchorHTMLAttributes.onLoadedMetadataCapture
2928
-
2929
- #### Defined in
2930
-
2931
- node_modules/@types/react/ts5.0/index.d.ts:2470
2932
-
2933
- ___
2934
-
2935
- ### onLostPointerCapture
2936
-
2937
- • `Optional` **onLostPointerCapture**: `PointerEventHandler`<`HTMLAnchorElement`\>
2938
-
2939
- #### Inherited from
2940
-
2941
- AnchorHTMLAttributes.onLostPointerCapture
2942
-
2943
- #### Defined in
2944
-
2945
- node_modules/@types/react/ts5.0/index.d.ts:2567
2946
-
2947
- ___
2948
-
2949
- ### onLostPointerCaptureCapture
2950
-
2951
- • `Optional` **onLostPointerCaptureCapture**: `PointerEventHandler`<`HTMLAnchorElement`\>
2952
-
2953
- #### Inherited from
2954
-
2955
- AnchorHTMLAttributes.onLostPointerCaptureCapture
2956
-
2957
- #### Defined in
2958
-
2959
- node_modules/@types/react/ts5.0/index.d.ts:2568
2960
-
2961
- ___
2962
-
2963
- ### onMouseDown
2964
-
2965
- • `Optional` **onMouseDown**: `MouseEventHandler`<`HTMLAnchorElement`\>
2966
-
2967
- #### Inherited from
2968
-
2969
- AnchorHTMLAttributes.onMouseDown
2970
-
2971
- #### Defined in
2972
-
2973
- node_modules/@types/react/ts5.0/index.d.ts:2523
2974
-
2975
- ___
2976
-
2977
- ### onMouseDownCapture
2978
-
2979
- • `Optional` **onMouseDownCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
2980
-
2981
- #### Inherited from
2982
-
2983
- AnchorHTMLAttributes.onMouseDownCapture
2984
-
2985
- #### Defined in
2986
-
2987
- node_modules/@types/react/ts5.0/index.d.ts:2524
2988
-
2989
- ___
2990
-
2991
- ### onMouseEnter
2992
-
2993
- • `Optional` **onMouseEnter**: `MouseEventHandler`<`HTMLAnchorElement`\>
2994
-
2995
- #### Inherited from
2996
-
2997
- AnchorHTMLAttributes.onMouseEnter
2998
-
2999
- #### Defined in
3000
-
3001
- node_modules/@types/react/ts5.0/index.d.ts:2525
3002
-
3003
- ___
3004
-
3005
- ### onMouseLeave
3006
-
3007
- • `Optional` **onMouseLeave**: `MouseEventHandler`<`HTMLAnchorElement`\>
3008
-
3009
- #### Inherited from
3010
-
3011
- AnchorHTMLAttributes.onMouseLeave
3012
-
3013
- #### Defined in
3014
-
3015
- node_modules/@types/react/ts5.0/index.d.ts:2526
3016
-
3017
- ___
3018
-
3019
- ### onMouseMove
3020
-
3021
- • `Optional` **onMouseMove**: `MouseEventHandler`<`HTMLAnchorElement`\>
3022
-
3023
- #### Inherited from
3024
-
3025
- AnchorHTMLAttributes.onMouseMove
3026
-
3027
- #### Defined in
3028
-
3029
- node_modules/@types/react/ts5.0/index.d.ts:2527
3030
-
3031
- ___
3032
-
3033
- ### onMouseMoveCapture
3034
-
3035
- • `Optional` **onMouseMoveCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
3036
-
3037
- #### Inherited from
3038
-
3039
- AnchorHTMLAttributes.onMouseMoveCapture
3040
-
3041
- #### Defined in
3042
-
3043
- node_modules/@types/react/ts5.0/index.d.ts:2528
3044
-
3045
- ___
3046
-
3047
- ### onMouseOut
3048
-
3049
- • `Optional` **onMouseOut**: `MouseEventHandler`<`HTMLAnchorElement`\>
3050
-
3051
- #### Inherited from
3052
-
3053
- AnchorHTMLAttributes.onMouseOut
3054
-
3055
- #### Defined in
3056
-
3057
- node_modules/@types/react/ts5.0/index.d.ts:2529
3058
-
3059
- ___
3060
-
3061
- ### onMouseOutCapture
3062
-
3063
- • `Optional` **onMouseOutCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
3064
-
3065
- #### Inherited from
3066
-
3067
- AnchorHTMLAttributes.onMouseOutCapture
3068
-
3069
- #### Defined in
3070
-
3071
- node_modules/@types/react/ts5.0/index.d.ts:2530
3072
-
3073
- ___
3074
-
3075
- ### onMouseOver
3076
-
3077
- • `Optional` **onMouseOver**: `MouseEventHandler`<`HTMLAnchorElement`\>
3078
-
3079
- #### Inherited from
3080
-
3081
- AnchorHTMLAttributes.onMouseOver
3082
-
3083
- #### Defined in
3084
-
3085
- node_modules/@types/react/ts5.0/index.d.ts:2531
3086
-
3087
- ___
3088
-
3089
- ### onMouseOverCapture
3090
-
3091
- • `Optional` **onMouseOverCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
3092
-
3093
- #### Inherited from
3094
-
3095
- AnchorHTMLAttributes.onMouseOverCapture
3096
-
3097
- #### Defined in
3098
-
3099
- node_modules/@types/react/ts5.0/index.d.ts:2532
3100
-
3101
- ___
3102
-
3103
- ### onMouseUp
3104
-
3105
- • `Optional` **onMouseUp**: `MouseEventHandler`<`HTMLAnchorElement`\>
3106
-
3107
- #### Inherited from
3108
-
3109
- AnchorHTMLAttributes.onMouseUp
3110
-
3111
- #### Defined in
3112
-
3113
- node_modules/@types/react/ts5.0/index.d.ts:2533
3114
-
3115
- ___
3116
-
3117
- ### onMouseUpCapture
3118
-
3119
- • `Optional` **onMouseUpCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
3120
-
3121
- #### Inherited from
3122
-
3123
- AnchorHTMLAttributes.onMouseUpCapture
3124
-
3125
- #### Defined in
3126
-
3127
- node_modules/@types/react/ts5.0/index.d.ts:2534
3128
-
3129
- ___
3130
-
3131
- ### onPaste
3132
-
3133
- • `Optional` **onPaste**: `ClipboardEventHandler`<`HTMLAnchorElement`\>
3134
-
3135
- #### Inherited from
3136
-
3137
- AnchorHTMLAttributes.onPaste
3138
-
3139
- #### Defined in
3140
-
3141
- node_modules/@types/react/ts5.0/index.d.ts:2405
3142
-
3143
- ___
3144
-
3145
- ### onPasteCapture
3146
-
3147
- • `Optional` **onPasteCapture**: `ClipboardEventHandler`<`HTMLAnchorElement`\>
3148
-
3149
- #### Inherited from
3150
-
3151
- AnchorHTMLAttributes.onPasteCapture
3152
-
3153
- #### Defined in
3154
-
3155
- node_modules/@types/react/ts5.0/index.d.ts:2406
3156
-
3157
- ___
3158
-
3159
- ### onPause
3160
-
3161
- • `Optional` **onPause**: `ReactEventHandler`<`HTMLAnchorElement`\>
3162
-
3163
- #### Inherited from
3164
-
3165
- AnchorHTMLAttributes.onPause
3166
-
3167
- #### Defined in
3168
-
3169
- node_modules/@types/react/ts5.0/index.d.ts:2473
3170
-
3171
- ___
3172
-
3173
- ### onPauseCapture
3174
-
3175
- • `Optional` **onPauseCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3176
-
3177
- #### Inherited from
3178
-
3179
- AnchorHTMLAttributes.onPauseCapture
3180
-
3181
- #### Defined in
3182
-
3183
- node_modules/@types/react/ts5.0/index.d.ts:2474
3184
-
3185
- ___
3186
-
3187
- ### onPlay
3188
-
3189
- • `Optional` **onPlay**: `ReactEventHandler`<`HTMLAnchorElement`\>
3190
-
3191
- #### Inherited from
3192
-
3193
- AnchorHTMLAttributes.onPlay
3194
-
3195
- #### Defined in
3196
-
3197
- node_modules/@types/react/ts5.0/index.d.ts:2475
3198
-
3199
- ___
3200
-
3201
- ### onPlayCapture
3202
-
3203
- • `Optional` **onPlayCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3204
-
3205
- #### Inherited from
3206
-
3207
- AnchorHTMLAttributes.onPlayCapture
3208
-
3209
- #### Defined in
3210
-
3211
- node_modules/@types/react/ts5.0/index.d.ts:2476
3212
-
3213
- ___
3214
-
3215
- ### onPlaying
3216
-
3217
- • `Optional` **onPlaying**: `ReactEventHandler`<`HTMLAnchorElement`\>
3218
-
3219
- #### Inherited from
3220
-
3221
- AnchorHTMLAttributes.onPlaying
3222
-
3223
- #### Defined in
3224
-
3225
- node_modules/@types/react/ts5.0/index.d.ts:2477
3226
-
3227
- ___
3228
-
3229
- ### onPlayingCapture
3230
-
3231
- • `Optional` **onPlayingCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3232
-
3233
- #### Inherited from
3234
-
3235
- AnchorHTMLAttributes.onPlayingCapture
3236
-
3237
- #### Defined in
3238
-
3239
- node_modules/@types/react/ts5.0/index.d.ts:2478
3240
-
3241
- ___
3242
-
3243
- ### onPointerCancel
3244
-
3245
- • `Optional` **onPointerCancel**: `PointerEventHandler`<`HTMLAnchorElement`\>
3246
-
3247
- #### Inherited from
3248
-
3249
- AnchorHTMLAttributes.onPointerCancel
3250
-
3251
- #### Defined in
3252
-
3253
- node_modules/@types/react/ts5.0/index.d.ts:2557
3254
-
3255
- ___
3256
-
3257
- ### onPointerCancelCapture
3258
-
3259
- • `Optional` **onPointerCancelCapture**: `PointerEventHandler`<`HTMLAnchorElement`\>
3260
-
3261
- #### Inherited from
3262
-
3263
- AnchorHTMLAttributes.onPointerCancelCapture
3264
-
3265
- #### Defined in
3266
-
3267
- node_modules/@types/react/ts5.0/index.d.ts:2558
3268
-
3269
- ___
3270
-
3271
- ### onPointerDown
3272
-
3273
- • `Optional` **onPointerDown**: `PointerEventHandler`<`HTMLAnchorElement`\>
3274
-
3275
- #### Inherited from
3276
-
3277
- AnchorHTMLAttributes.onPointerDown
3278
-
3279
- #### Defined in
3280
-
3281
- node_modules/@types/react/ts5.0/index.d.ts:2551
3282
-
3283
- ___
3284
-
3285
- ### onPointerDownCapture
3286
-
3287
- • `Optional` **onPointerDownCapture**: `PointerEventHandler`<`HTMLAnchorElement`\>
3288
-
3289
- #### Inherited from
3290
-
3291
- AnchorHTMLAttributes.onPointerDownCapture
3292
-
3293
- #### Defined in
3294
-
3295
- node_modules/@types/react/ts5.0/index.d.ts:2552
3296
-
3297
- ___
3298
-
3299
- ### onPointerEnter
3300
-
3301
- • `Optional` **onPointerEnter**: `PointerEventHandler`<`HTMLAnchorElement`\>
3302
-
3303
- #### Inherited from
3304
-
3305
- AnchorHTMLAttributes.onPointerEnter
3306
-
3307
- #### Defined in
3308
-
3309
- node_modules/@types/react/ts5.0/index.d.ts:2559
3310
-
3311
- ___
3312
-
3313
- ### onPointerLeave
3314
-
3315
- • `Optional` **onPointerLeave**: `PointerEventHandler`<`HTMLAnchorElement`\>
3316
-
3317
- #### Inherited from
3318
-
3319
- AnchorHTMLAttributes.onPointerLeave
3320
-
3321
- #### Defined in
3322
-
3323
- node_modules/@types/react/ts5.0/index.d.ts:2560
3324
-
3325
- ___
3326
-
3327
- ### onPointerMove
3328
-
3329
- • `Optional` **onPointerMove**: `PointerEventHandler`<`HTMLAnchorElement`\>
3330
-
3331
- #### Inherited from
3332
-
3333
- AnchorHTMLAttributes.onPointerMove
3334
-
3335
- #### Defined in
3336
-
3337
- node_modules/@types/react/ts5.0/index.d.ts:2553
3338
-
3339
- ___
3340
-
3341
- ### onPointerMoveCapture
3342
-
3343
- • `Optional` **onPointerMoveCapture**: `PointerEventHandler`<`HTMLAnchorElement`\>
3344
-
3345
- #### Inherited from
3346
-
3347
- AnchorHTMLAttributes.onPointerMoveCapture
3348
-
3349
- #### Defined in
3350
-
3351
- node_modules/@types/react/ts5.0/index.d.ts:2554
3352
-
3353
- ___
3354
-
3355
- ### onPointerOut
3356
-
3357
- • `Optional` **onPointerOut**: `PointerEventHandler`<`HTMLAnchorElement`\>
3358
-
3359
- #### Inherited from
3360
-
3361
- AnchorHTMLAttributes.onPointerOut
3362
-
3363
- #### Defined in
3364
-
3365
- node_modules/@types/react/ts5.0/index.d.ts:2563
3366
-
3367
- ___
3368
-
3369
- ### onPointerOutCapture
3370
-
3371
- • `Optional` **onPointerOutCapture**: `PointerEventHandler`<`HTMLAnchorElement`\>
3372
-
3373
- #### Inherited from
3374
-
3375
- AnchorHTMLAttributes.onPointerOutCapture
3376
-
3377
- #### Defined in
3378
-
3379
- node_modules/@types/react/ts5.0/index.d.ts:2564
3380
-
3381
- ___
3382
-
3383
- ### onPointerOver
3384
-
3385
- • `Optional` **onPointerOver**: `PointerEventHandler`<`HTMLAnchorElement`\>
3386
-
3387
- #### Inherited from
3388
-
3389
- AnchorHTMLAttributes.onPointerOver
3390
-
3391
- #### Defined in
3392
-
3393
- node_modules/@types/react/ts5.0/index.d.ts:2561
3394
-
3395
- ___
3396
-
3397
- ### onPointerOverCapture
3398
-
3399
- • `Optional` **onPointerOverCapture**: `PointerEventHandler`<`HTMLAnchorElement`\>
3400
-
3401
- #### Inherited from
3402
-
3403
- AnchorHTMLAttributes.onPointerOverCapture
3404
-
3405
- #### Defined in
3406
-
3407
- node_modules/@types/react/ts5.0/index.d.ts:2562
3408
-
3409
- ___
3410
-
3411
- ### onPointerUp
3412
-
3413
- • `Optional` **onPointerUp**: `PointerEventHandler`<`HTMLAnchorElement`\>
3414
-
3415
- #### Inherited from
3416
-
3417
- AnchorHTMLAttributes.onPointerUp
3418
-
3419
- #### Defined in
3420
-
3421
- node_modules/@types/react/ts5.0/index.d.ts:2555
3422
-
3423
- ___
3424
-
3425
- ### onPointerUpCapture
3426
-
3427
- • `Optional` **onPointerUpCapture**: `PointerEventHandler`<`HTMLAnchorElement`\>
3428
-
3429
- #### Inherited from
3430
-
3431
- AnchorHTMLAttributes.onPointerUpCapture
3432
-
3433
- #### Defined in
3434
-
3435
- node_modules/@types/react/ts5.0/index.d.ts:2556
3436
-
3437
- ___
3438
-
3439
- ### onProgress
3440
-
3441
- • `Optional` **onProgress**: `ReactEventHandler`<`HTMLAnchorElement`\>
3442
-
3443
- #### Inherited from
3444
-
3445
- AnchorHTMLAttributes.onProgress
3446
-
3447
- #### Defined in
3448
-
3449
- node_modules/@types/react/ts5.0/index.d.ts:2479
3450
-
3451
- ___
3452
-
3453
- ### onProgressCapture
3454
-
3455
- • `Optional` **onProgressCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3456
-
3457
- #### Inherited from
3458
-
3459
- AnchorHTMLAttributes.onProgressCapture
3460
-
3461
- #### Defined in
3462
-
3463
- node_modules/@types/react/ts5.0/index.d.ts:2480
3464
-
3465
- ___
3466
-
3467
- ### onRateChange
3468
-
3469
- • `Optional` **onRateChange**: `ReactEventHandler`<`HTMLAnchorElement`\>
3470
-
3471
- #### Inherited from
3472
-
3473
- AnchorHTMLAttributes.onRateChange
3474
-
3475
- #### Defined in
3476
-
3477
- node_modules/@types/react/ts5.0/index.d.ts:2481
3478
-
3479
- ___
3480
-
3481
- ### onRateChangeCapture
3482
-
3483
- • `Optional` **onRateChangeCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3484
-
3485
- #### Inherited from
3486
-
3487
- AnchorHTMLAttributes.onRateChangeCapture
3488
-
3489
- #### Defined in
3490
-
3491
- node_modules/@types/react/ts5.0/index.d.ts:2482
3492
-
3493
- ___
3494
-
3495
- ### onReset
3496
-
3497
- • `Optional` **onReset**: `FormEventHandler`<`HTMLAnchorElement`\>
3498
-
3499
- #### Inherited from
3500
-
3501
- AnchorHTMLAttributes.onReset
3502
-
3503
- #### Defined in
3504
-
3505
- node_modules/@types/react/ts5.0/index.d.ts:2429
3506
-
3507
- ___
3508
-
3509
- ### onResetCapture
3510
-
3511
- • `Optional` **onResetCapture**: `FormEventHandler`<`HTMLAnchorElement`\>
3512
-
3513
- #### Inherited from
3514
-
3515
- AnchorHTMLAttributes.onResetCapture
3516
-
3517
- #### Defined in
3518
-
3519
- node_modules/@types/react/ts5.0/index.d.ts:2430
3520
-
3521
- ___
3522
-
3523
- ### onScroll
3524
-
3525
- • `Optional` **onScroll**: `UIEventHandler`<`HTMLAnchorElement`\>
3526
-
3527
- #### Inherited from
3528
-
3529
- AnchorHTMLAttributes.onScroll
3530
-
3531
- #### Defined in
3532
-
3533
- node_modules/@types/react/ts5.0/index.d.ts:2571
3534
-
3535
- ___
3536
-
3537
- ### onScrollCapture
3538
-
3539
- • `Optional` **onScrollCapture**: `UIEventHandler`<`HTMLAnchorElement`\>
3540
-
3541
- #### Inherited from
3542
-
3543
- AnchorHTMLAttributes.onScrollCapture
3544
-
3545
- #### Defined in
3546
-
3547
- node_modules/@types/react/ts5.0/index.d.ts:2572
3548
-
3549
- ___
3550
-
3551
- ### onSeeked
3552
-
3553
- • `Optional` **onSeeked**: `ReactEventHandler`<`HTMLAnchorElement`\>
3554
-
3555
- #### Inherited from
3556
-
3557
- AnchorHTMLAttributes.onSeeked
3558
-
3559
- #### Defined in
3560
-
3561
- node_modules/@types/react/ts5.0/index.d.ts:2483
3562
-
3563
- ___
3564
-
3565
- ### onSeekedCapture
3566
-
3567
- • `Optional` **onSeekedCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3568
-
3569
- #### Inherited from
3570
-
3571
- AnchorHTMLAttributes.onSeekedCapture
3572
-
3573
- #### Defined in
3574
-
3575
- node_modules/@types/react/ts5.0/index.d.ts:2484
3576
-
3577
- ___
3578
-
3579
- ### onSeeking
3580
-
3581
- • `Optional` **onSeeking**: `ReactEventHandler`<`HTMLAnchorElement`\>
3582
-
3583
- #### Inherited from
3584
-
3585
- AnchorHTMLAttributes.onSeeking
3586
-
3587
- #### Defined in
3588
-
3589
- node_modules/@types/react/ts5.0/index.d.ts:2485
3590
-
3591
- ___
3592
-
3593
- ### onSeekingCapture
3594
-
3595
- • `Optional` **onSeekingCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3596
-
3597
- #### Inherited from
3598
-
3599
- AnchorHTMLAttributes.onSeekingCapture
3600
-
3601
- #### Defined in
3602
-
3603
- node_modules/@types/react/ts5.0/index.d.ts:2486
3604
-
3605
- ___
3606
-
3607
- ### onSelect
3608
-
3609
- • `Optional` **onSelect**: `ReactEventHandler`<`HTMLAnchorElement`\>
3610
-
3611
- #### Inherited from
3612
-
3613
- AnchorHTMLAttributes.onSelect
3614
-
3615
- #### Defined in
3616
-
3617
- node_modules/@types/react/ts5.0/index.d.ts:2537
3618
-
3619
- ___
3620
-
3621
- ### onSelectCapture
3622
-
3623
- • `Optional` **onSelectCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3624
-
3625
- #### Inherited from
3626
-
3627
- AnchorHTMLAttributes.onSelectCapture
3628
-
3629
- #### Defined in
3630
-
3631
- node_modules/@types/react/ts5.0/index.d.ts:2538
3632
-
3633
- ___
3634
-
3635
- ### onStalled
3636
-
3637
- • `Optional` **onStalled**: `ReactEventHandler`<`HTMLAnchorElement`\>
3638
-
3639
- #### Inherited from
3640
-
3641
- AnchorHTMLAttributes.onStalled
3642
-
3643
- #### Defined in
3644
-
3645
- node_modules/@types/react/ts5.0/index.d.ts:2487
3646
-
3647
- ___
3648
-
3649
- ### onStalledCapture
3650
-
3651
- • `Optional` **onStalledCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3652
-
3653
- #### Inherited from
3654
-
3655
- AnchorHTMLAttributes.onStalledCapture
3656
-
3657
- #### Defined in
3658
-
3659
- node_modules/@types/react/ts5.0/index.d.ts:2488
3660
-
3661
- ___
3662
-
3663
- ### onSubmit
3664
-
3665
- • `Optional` **onSubmit**: `FormEventHandler`<`HTMLAnchorElement`\>
3666
-
3667
- #### Inherited from
3668
-
3669
- AnchorHTMLAttributes.onSubmit
3670
-
3671
- #### Defined in
3672
-
3673
- node_modules/@types/react/ts5.0/index.d.ts:2431
3674
-
3675
- ___
3676
-
3677
- ### onSubmitCapture
3678
-
3679
- • `Optional` **onSubmitCapture**: `FormEventHandler`<`HTMLAnchorElement`\>
3680
-
3681
- #### Inherited from
3682
-
3683
- AnchorHTMLAttributes.onSubmitCapture
3684
-
3685
- #### Defined in
3686
-
3687
- node_modules/@types/react/ts5.0/index.d.ts:2432
3688
-
3689
- ___
3690
-
3691
- ### onSuspend
3692
-
3693
- • `Optional` **onSuspend**: `ReactEventHandler`<`HTMLAnchorElement`\>
3694
-
3695
- #### Inherited from
3696
-
3697
- AnchorHTMLAttributes.onSuspend
3698
-
3699
- #### Defined in
3700
-
3701
- node_modules/@types/react/ts5.0/index.d.ts:2489
3702
-
3703
- ___
3704
-
3705
- ### onSuspendCapture
3706
-
3707
- • `Optional` **onSuspendCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3708
-
3709
- #### Inherited from
3710
-
3711
- AnchorHTMLAttributes.onSuspendCapture
3712
-
3713
- #### Defined in
3714
-
3715
- node_modules/@types/react/ts5.0/index.d.ts:2490
3716
-
3717
- ___
3718
-
3719
- ### onTimeUpdate
3720
-
3721
- • `Optional` **onTimeUpdate**: `ReactEventHandler`<`HTMLAnchorElement`\>
3722
-
3723
- #### Inherited from
3724
-
3725
- AnchorHTMLAttributes.onTimeUpdate
3726
-
3727
- #### Defined in
3728
-
3729
- node_modules/@types/react/ts5.0/index.d.ts:2491
3730
-
3731
- ___
3732
-
3733
- ### onTimeUpdateCapture
3734
-
3735
- • `Optional` **onTimeUpdateCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3736
-
3737
- #### Inherited from
3738
-
3739
- AnchorHTMLAttributes.onTimeUpdateCapture
3740
-
3741
- #### Defined in
3742
-
3743
- node_modules/@types/react/ts5.0/index.d.ts:2492
3744
-
3745
- ___
3746
-
3747
- ### onTouchCancel
3748
-
3749
- • `Optional` **onTouchCancel**: `TouchEventHandler`<`HTMLAnchorElement`\>
3750
-
3751
- #### Inherited from
3752
-
3753
- AnchorHTMLAttributes.onTouchCancel
3754
-
3755
- #### Defined in
3756
-
3757
- node_modules/@types/react/ts5.0/index.d.ts:2541
3758
-
3759
- ___
3760
-
3761
- ### onTouchCancelCapture
3762
-
3763
- • `Optional` **onTouchCancelCapture**: `TouchEventHandler`<`HTMLAnchorElement`\>
3764
-
3765
- #### Inherited from
3766
-
3767
- AnchorHTMLAttributes.onTouchCancelCapture
3768
-
3769
- #### Defined in
3770
-
3771
- node_modules/@types/react/ts5.0/index.d.ts:2542
3772
-
3773
- ___
3774
-
3775
- ### onTouchEnd
3776
-
3777
- • `Optional` **onTouchEnd**: `TouchEventHandler`<`HTMLAnchorElement`\>
3778
-
3779
- #### Inherited from
3780
-
3781
- AnchorHTMLAttributes.onTouchEnd
3782
-
3783
- #### Defined in
3784
-
3785
- node_modules/@types/react/ts5.0/index.d.ts:2543
3786
-
3787
- ___
3788
-
3789
- ### onTouchEndCapture
3790
-
3791
- • `Optional` **onTouchEndCapture**: `TouchEventHandler`<`HTMLAnchorElement`\>
3792
-
3793
- #### Inherited from
3794
-
3795
- AnchorHTMLAttributes.onTouchEndCapture
3796
-
3797
- #### Defined in
3798
-
3799
- node_modules/@types/react/ts5.0/index.d.ts:2544
3800
-
3801
- ___
3802
-
3803
- ### onTouchMove
3804
-
3805
- • `Optional` **onTouchMove**: `TouchEventHandler`<`HTMLAnchorElement`\>
3806
-
3807
- #### Inherited from
3808
-
3809
- AnchorHTMLAttributes.onTouchMove
3810
-
3811
- #### Defined in
3812
-
3813
- node_modules/@types/react/ts5.0/index.d.ts:2545
3814
-
3815
- ___
3816
-
3817
- ### onTouchMoveCapture
3818
-
3819
- • `Optional` **onTouchMoveCapture**: `TouchEventHandler`<`HTMLAnchorElement`\>
3820
-
3821
- #### Inherited from
3822
-
3823
- AnchorHTMLAttributes.onTouchMoveCapture
3824
-
3825
- #### Defined in
3826
-
3827
- node_modules/@types/react/ts5.0/index.d.ts:2546
3828
-
3829
- ___
3830
-
3831
- ### onTouchStart
3832
-
3833
- • `Optional` **onTouchStart**: `TouchEventHandler`<`HTMLAnchorElement`\>
3834
-
3835
- #### Inherited from
3836
-
3837
- AnchorHTMLAttributes.onTouchStart
3838
-
3839
- #### Defined in
3840
-
3841
- node_modules/@types/react/ts5.0/index.d.ts:2547
3842
-
3843
- ___
3844
-
3845
- ### onTouchStartCapture
3846
-
3847
- • `Optional` **onTouchStartCapture**: `TouchEventHandler`<`HTMLAnchorElement`\>
3848
-
3849
- #### Inherited from
3850
-
3851
- AnchorHTMLAttributes.onTouchStartCapture
3852
-
3853
- #### Defined in
3854
-
3855
- node_modules/@types/react/ts5.0/index.d.ts:2548
3856
-
3857
- ___
3858
-
3859
- ### onTransitionEnd
3860
-
3861
- • `Optional` **onTransitionEnd**: `TransitionEventHandler`<`HTMLAnchorElement`\>
3862
-
3863
- #### Inherited from
3864
-
3865
- AnchorHTMLAttributes.onTransitionEnd
3866
-
3867
- #### Defined in
3868
-
3869
- node_modules/@types/react/ts5.0/index.d.ts:2587
3870
-
3871
- ___
3872
-
3873
- ### onTransitionEndCapture
3874
-
3875
- • `Optional` **onTransitionEndCapture**: `TransitionEventHandler`<`HTMLAnchorElement`\>
3876
-
3877
- #### Inherited from
3878
-
3879
- AnchorHTMLAttributes.onTransitionEndCapture
3880
-
3881
- #### Defined in
3882
-
3883
- node_modules/@types/react/ts5.0/index.d.ts:2588
3884
-
3885
- ___
3886
-
3887
- ### onVolumeChange
3888
-
3889
- • `Optional` **onVolumeChange**: `ReactEventHandler`<`HTMLAnchorElement`\>
3890
-
3891
- #### Inherited from
3892
-
3893
- AnchorHTMLAttributes.onVolumeChange
3894
-
3895
- #### Defined in
3896
-
3897
- node_modules/@types/react/ts5.0/index.d.ts:2493
3898
-
3899
- ___
3900
-
3901
- ### onVolumeChangeCapture
3902
-
3903
- • `Optional` **onVolumeChangeCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3904
-
3905
- #### Inherited from
3906
-
3907
- AnchorHTMLAttributes.onVolumeChangeCapture
3908
-
3909
- #### Defined in
3910
-
3911
- node_modules/@types/react/ts5.0/index.d.ts:2494
3912
-
3913
- ___
3914
-
3915
- ### onWaiting
3916
-
3917
- • `Optional` **onWaiting**: `ReactEventHandler`<`HTMLAnchorElement`\>
3918
-
3919
- #### Inherited from
3920
-
3921
- AnchorHTMLAttributes.onWaiting
3922
-
3923
- #### Defined in
3924
-
3925
- node_modules/@types/react/ts5.0/index.d.ts:2495
3926
-
3927
- ___
3928
-
3929
- ### onWaitingCapture
3930
-
3931
- • `Optional` **onWaitingCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
3932
-
3933
- #### Inherited from
3934
-
3935
- AnchorHTMLAttributes.onWaitingCapture
3936
-
3937
- #### Defined in
3938
-
3939
- node_modules/@types/react/ts5.0/index.d.ts:2496
3940
-
3941
- ___
3942
-
3943
- ### onWheel
3944
-
3945
- • `Optional` **onWheel**: `WheelEventHandler`<`HTMLAnchorElement`\>
3946
-
3947
- #### Inherited from
3948
-
3949
- AnchorHTMLAttributes.onWheel
3950
-
3951
- #### Defined in
3952
-
3953
- node_modules/@types/react/ts5.0/index.d.ts:2575
3954
-
3955
- ___
3956
-
3957
- ### onWheelCapture
3958
-
3959
- • `Optional` **onWheelCapture**: `WheelEventHandler`<`HTMLAnchorElement`\>
3960
-
3961
- #### Inherited from
3962
-
3963
- AnchorHTMLAttributes.onWheelCapture
3964
-
3965
- #### Defined in
3966
-
3967
- node_modules/@types/react/ts5.0/index.d.ts:2576
3968
-
3969
- ___
3970
-
3971
- ### part
3972
-
3973
- • `Optional` **part**: `string`
3974
-
3975
- **`see`** [https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part)
3976
-
3977
- #### Inherited from
3978
-
3979
- AnchorHTMLAttributes.part
3980
-
3981
- #### Defined in
3982
-
3983
- node_modules/@types/react/ts5.0/index.d.ts:2977
3984
-
3985
- ___
3986
-
3987
- ### ping
3988
-
3989
- • `Optional` **ping**: `string`
3990
-
3991
- #### Inherited from
3992
-
3993
- AnchorHTMLAttributes.ping
3994
-
3995
- #### Defined in
3996
-
3997
- node_modules/@types/react/ts5.0/index.d.ts:3126
3998
-
3999
- ___
4000
-
4001
- ### prefix
4002
-
4003
- • `Optional` **prefix**: `string`
4004
-
4005
- #### Inherited from
4006
-
4007
- AnchorHTMLAttributes.prefix
4008
-
4009
- #### Defined in
4010
-
4011
- node_modules/@types/react/ts5.0/index.d.ts:2938
4012
-
4013
- ___
4014
-
4015
- ### property
4016
-
4017
- • `Optional` **property**: `string`
4018
-
4019
- #### Inherited from
4020
-
4021
- AnchorHTMLAttributes.property
4022
-
4023
- #### Defined in
4024
-
4025
- node_modules/@types/react/ts5.0/index.d.ts:2939
4026
-
4027
- ___
4028
-
4029
- ### radioGroup
4030
-
4031
- • `Optional` **radioGroup**: `string`
4032
-
4033
- #### Inherited from
4034
-
4035
- AnchorHTMLAttributes.radioGroup
4036
-
4037
- #### Defined in
4038
-
4039
- node_modules/@types/react/ts5.0/index.d.ts:2928
4040
-
4041
- ___
4042
-
4043
- ### referrerPolicy
4044
-
4045
- • `Optional` **referrerPolicy**: `HTMLAttributeReferrerPolicy`
4046
-
4047
- #### Inherited from
4048
-
4049
- AnchorHTMLAttributes.referrerPolicy
4050
-
4051
- #### Defined in
4052
-
4053
- node_modules/@types/react/ts5.0/index.d.ts:3129
4054
-
4055
- ___
4056
-
4057
- ### rel
4058
-
4059
- • `Optional` **rel**: `string`
4060
-
4061
- #### Inherited from
4062
-
4063
- AnchorHTMLAttributes.rel
4064
-
4065
- #### Defined in
4066
-
4067
- node_modules/@types/react/ts5.0/index.d.ts:2940
4068
-
4069
- ___
4070
-
4071
- ### resource
4072
-
4073
- • `Optional` **resource**: `string`
4074
-
4075
- #### Inherited from
4076
-
4077
- AnchorHTMLAttributes.resource
4078
-
4079
- #### Defined in
4080
-
4081
- node_modules/@types/react/ts5.0/index.d.ts:2941
4082
-
4083
- ___
4084
-
4085
- ### results
4086
-
4087
- • `Optional` **results**: `number`
4088
-
4089
- #### Inherited from
4090
-
4091
- AnchorHTMLAttributes.results
4092
-
4093
- #### Defined in
4094
-
4095
- node_modules/@types/react/ts5.0/index.d.ts:2955
4096
-
4097
- ___
4098
-
4099
- ### rev
4100
-
4101
- • `Optional` **rev**: `string`
4102
-
4103
- #### Inherited from
4104
-
4105
- AnchorHTMLAttributes.rev
4106
-
4107
- #### Defined in
4108
-
4109
- node_modules/@types/react/ts5.0/index.d.ts:2942
4110
-
4111
- ___
4112
-
4113
- ### role
4114
-
4115
- • `Optional` **role**: `AriaRole`
4116
-
4117
- #### Inherited from
4118
-
4119
- AnchorHTMLAttributes.role
4120
-
4121
- #### Defined in
4122
-
4123
- node_modules/@types/react/ts5.0/index.d.ts:2931
4124
-
4125
- ___
4126
-
4127
- ### security
4128
-
4129
- • `Optional` **security**: `string`
4130
-
4131
- #### Inherited from
4132
-
4133
- AnchorHTMLAttributes.security
4134
-
4135
- #### Defined in
4136
-
4137
- node_modules/@types/react/ts5.0/index.d.ts:2956
4138
-
4139
- ___
4140
-
4141
- ### slot
4142
-
4143
- • `Optional` **slot**: `string`
4144
-
4145
- #### Inherited from
4146
-
4147
- AnchorHTMLAttributes.slot
4148
-
4149
- #### Defined in
4150
-
4151
- node_modules/@types/react/ts5.0/index.d.ts:2920
4152
-
4153
- ___
4154
-
4155
- ### spellCheck
4156
-
4157
- • `Optional` **spellCheck**: `Booleanish`
4158
-
4159
- #### Inherited from
4160
-
4161
- AnchorHTMLAttributes.spellCheck
4162
-
4163
- #### Defined in
4164
-
4165
- node_modules/@types/react/ts5.0/index.d.ts:2921
4166
-
4167
- ___
4168
-
4169
- ### style
4170
-
4171
- • `Optional` **style**: `CSSProperties`
4172
-
4173
- #### Inherited from
4174
-
4175
- AnchorHTMLAttributes.style
4176
-
4177
- #### Defined in
4178
-
4179
- node_modules/@types/react/ts5.0/index.d.ts:2922
4180
-
4181
- ___
4182
-
4183
- ### suppressContentEditableWarning
4184
-
4185
- • `Optional` **suppressContentEditableWarning**: `boolean`
4186
-
4187
- #### Inherited from
4188
-
4189
- AnchorHTMLAttributes.suppressContentEditableWarning
4190
-
4191
- #### Defined in
4192
-
4193
- node_modules/@types/react/ts5.0/index.d.ts:2903
4194
-
4195
- ___
4196
-
4197
- ### suppressHydrationWarning
4198
-
4199
- • `Optional` **suppressHydrationWarning**: `boolean`
4200
-
4201
- #### Inherited from
4202
-
4203
- AnchorHTMLAttributes.suppressHydrationWarning
4204
-
4205
- #### Defined in
4206
-
4207
- node_modules/@types/react/ts5.0/index.d.ts:2904
4208
-
4209
- ___
4210
-
4211
- ### tabIndex
4212
-
4213
- • `Optional` **tabIndex**: `number`
4214
-
4215
- #### Inherited from
4216
-
4217
- AnchorHTMLAttributes.tabIndex
4218
-
4219
- #### Defined in
4220
-
4221
- node_modules/@types/react/ts5.0/index.d.ts:2923
4222
-
4223
- ___
4224
-
4225
- ### target
4226
-
4227
- • `Optional` **target**: `HTMLAttributeAnchorTarget`
4228
-
4229
- #### Inherited from
4230
-
4231
- AnchorHTMLAttributes.target
4232
-
4233
- #### Defined in
4234
-
4235
- node_modules/@types/react/ts5.0/index.d.ts:3127
4236
-
4237
- ___
4238
-
4239
- ### title
4240
-
4241
- • `Optional` **title**: `string`
4242
-
4243
- #### Inherited from
4244
-
4245
- AnchorHTMLAttributes.title
4246
-
4247
- #### Defined in
4248
-
4249
- node_modules/@types/react/ts5.0/index.d.ts:2924
4250
-
4251
- ___
4252
-
4253
- ### translate
4254
-
4255
- • `Optional` **translate**: ``"yes"`` \| ``"no"``
4256
-
4257
- #### Inherited from
4258
-
4259
- AnchorHTMLAttributes.translate
4260
-
4261
- #### Defined in
4262
-
4263
- node_modules/@types/react/ts5.0/index.d.ts:2925
4264
-
4265
- ___
4266
-
4267
- ### type
4268
-
4269
- • `Optional` **type**: `string`
4270
-
4271
- #### Inherited from
4272
-
4273
- AnchorHTMLAttributes.type
4274
-
4275
- #### Defined in
4276
-
4277
- node_modules/@types/react/ts5.0/index.d.ts:3128
4278
-
4279
- ___
4280
-
4281
- ### typeof
4282
-
4283
- • `Optional` **typeof**: `string`
4284
-
4285
- #### Inherited from
4286
-
4287
- AnchorHTMLAttributes.typeof
4288
-
4289
- #### Defined in
4290
-
4291
- node_modules/@types/react/ts5.0/index.d.ts:2943
4292
-
4293
- ___
4294
-
4295
- ### unselectable
4296
-
4297
- • `Optional` **unselectable**: ``"on"`` \| ``"off"``
4298
-
4299
- #### Inherited from
4300
-
4301
- AnchorHTMLAttributes.unselectable
4302
-
4303
- #### Defined in
4304
-
4305
- node_modules/@types/react/ts5.0/index.d.ts:2957
4306
-
4307
- ___
4308
-
4309
- ### vocab
21
+ #### Parameters
4310
22
 
4311
- `Optional` **vocab**: `string`
23
+ ##### event
4312
24
 
4313
- #### Inherited from
25
+ `MouseEvent`
4314
26
 
4315
- AnchorHTMLAttributes.vocab
27
+ #### Returns
4316
28
 
4317
- #### Defined in
29
+ `void`
4318
30
 
4319
- node_modules/@types/react/ts5.0/index.d.ts:2944
31
+ ***
4320
32
 
4321
- ## Navigation Methods
33
+ ### templateParams?
4322
34
 
4323
- ### onBeforeNavigate
35
+ > `optional` **templateParams**: `TemplateParams`
4324
36
 
4325
- `Optional` **onBeforeNavigate**(`event`): `void`
37
+ Defined in: [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:41](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L41)
4326
38
 
4327
- #### Parameters
39
+ A dictionary of values to interpolate into the URL, in addition to the default keys `openmrsBase` and `openmrsSpaBase`.
4328
40
 
4329
- | Name | Type |
4330
- | :------ | :------ |
4331
- | `event` | `MouseEvent`<`Element`, `MouseEvent`\> |
41
+ ***
4332
42
 
4333
- #### Returns
43
+ ### to
4334
44
 
4335
- `void`
45
+ > **to**: `string`
4336
46
 
4337
- #### Defined in
47
+ Defined in: [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:39](https://github.com/openmrs/openmrs-esm-core/blob/18d2874f03a33a6ab8295af0e87ac97fdd150718/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L39)
4338
48
 
4339
- [packages/framework/esm-react-utils/src/ConfigurableLink.tsx:40](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L40)
49
+ The target path or URL. Supports interpolation. See [[navigate]]