@openmrs/esm-framework 6.3.1-pre.3106 → 6.3.1-pre.3119

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 +32 -62
  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 +30 -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 -3
  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
@@ -0,0 +1,3520 @@
1
+ [O3 Framework](../API.md) / ExtensionSlotProps
2
+
3
+ # Interface: ExtensionSlotProps
4
+
5
+ Defined in: [packages/framework/esm-react-utils/src/ExtensionSlot.tsx:30](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ExtensionSlot.tsx#L30)
6
+
7
+ ## Extends
8
+
9
+ - [`ExtensionSlotBaseProps`](ExtensionSlotBaseProps.md).`Omit`\<`React.HTMLAttributes`\<`HTMLDivElement`\>, `"children"`\>
10
+
11
+ ## Properties
12
+
13
+ ### about?
14
+
15
+ > `optional` **about**: `string`
16
+
17
+ Defined in: node\_modules/@types/react/index.d.ts:2933
18
+
19
+ #### Inherited from
20
+
21
+ `Omit.about`
22
+
23
+ ***
24
+
25
+ ### accessKey?
26
+
27
+ > `optional` **accessKey**: `string`
28
+
29
+ Defined in: node\_modules/@types/react/index.d.ts:2906
30
+
31
+ #### Inherited from
32
+
33
+ `Omit.accessKey`
34
+
35
+ ***
36
+
37
+ ### aria-activedescendant?
38
+
39
+ > `optional` **aria-activedescendant**: `string`
40
+
41
+ Defined in: node\_modules/@types/react/index.d.ts:2604
42
+
43
+ Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
44
+
45
+ #### Inherited from
46
+
47
+ `Omit.aria-activedescendant`
48
+
49
+ ***
50
+
51
+ ### aria-atomic?
52
+
53
+ > `optional` **aria-atomic**: `Booleanish`
54
+
55
+ Defined in: node\_modules/@types/react/index.d.ts:2606
56
+
57
+ 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.
58
+
59
+ #### Inherited from
60
+
61
+ `Omit.aria-atomic`
62
+
63
+ ***
64
+
65
+ ### aria-autocomplete?
66
+
67
+ > `optional` **aria-autocomplete**: `"none"` \| `"list"` \| `"both"` \| `"inline"`
68
+
69
+ Defined in: node\_modules/@types/react/index.d.ts:2611
70
+
71
+ 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
72
+ presented if they are made.
73
+
74
+ #### Inherited from
75
+
76
+ `Omit.aria-autocomplete`
77
+
78
+ ***
79
+
80
+ ### aria-braillelabel?
81
+
82
+ > `optional` **aria-braillelabel**: `string`
83
+
84
+ Defined in: node\_modules/@types/react/index.d.ts:2617
85
+
86
+ Defines a string value that labels the current element, which is intended to be converted into Braille.
87
+
88
+ #### See
89
+
90
+ aria-label.
91
+
92
+ #### Inherited from
93
+
94
+ `Omit.aria-braillelabel`
95
+
96
+ ***
97
+
98
+ ### aria-brailleroledescription?
99
+
100
+ > `optional` **aria-brailleroledescription**: `string`
101
+
102
+ Defined in: node\_modules/@types/react/index.d.ts:2622
103
+
104
+ Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
105
+
106
+ #### See
107
+
108
+ aria-roledescription.
109
+
110
+ #### Inherited from
111
+
112
+ `Omit.aria-brailleroledescription`
113
+
114
+ ***
115
+
116
+ ### aria-busy?
117
+
118
+ > `optional` **aria-busy**: `Booleanish`
119
+
120
+ Defined in: node\_modules/@types/react/index.d.ts:2623
121
+
122
+ #### Inherited from
123
+
124
+ `Omit.aria-busy`
125
+
126
+ ***
127
+
128
+ ### aria-checked?
129
+
130
+ > `optional` **aria-checked**: `boolean` \| `"true"` \| `"false"` \| `"mixed"`
131
+
132
+ Defined in: node\_modules/@types/react/index.d.ts:2628
133
+
134
+ Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
135
+
136
+ #### See
137
+
138
+ - aria-pressed
139
+ - aria-selected.
140
+
141
+ #### Inherited from
142
+
143
+ `Omit.aria-checked`
144
+
145
+ ***
146
+
147
+ ### aria-colcount?
148
+
149
+ > `optional` **aria-colcount**: `number`
150
+
151
+ Defined in: node\_modules/@types/react/index.d.ts:2633
152
+
153
+ Defines the total number of columns in a table, grid, or treegrid.
154
+
155
+ #### See
156
+
157
+ aria-colindex.
158
+
159
+ #### Inherited from
160
+
161
+ `Omit.aria-colcount`
162
+
163
+ ***
164
+
165
+ ### aria-colindex?
166
+
167
+ > `optional` **aria-colindex**: `number`
168
+
169
+ Defined in: node\_modules/@types/react/index.d.ts:2638
170
+
171
+ Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
172
+
173
+ #### See
174
+
175
+ - aria-colcount
176
+ - aria-colspan.
177
+
178
+ #### Inherited from
179
+
180
+ `Omit.aria-colindex`
181
+
182
+ ***
183
+
184
+ ### aria-colindextext?
185
+
186
+ > `optional` **aria-colindextext**: `string`
187
+
188
+ Defined in: node\_modules/@types/react/index.d.ts:2643
189
+
190
+ Defines a human readable text alternative of aria-colindex.
191
+
192
+ #### See
193
+
194
+ aria-rowindextext.
195
+
196
+ #### Inherited from
197
+
198
+ `Omit.aria-colindextext`
199
+
200
+ ***
201
+
202
+ ### aria-colspan?
203
+
204
+ > `optional` **aria-colspan**: `number`
205
+
206
+ Defined in: node\_modules/@types/react/index.d.ts:2648
207
+
208
+ Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
209
+
210
+ #### See
211
+
212
+ - aria-colindex
213
+ - aria-rowspan.
214
+
215
+ #### Inherited from
216
+
217
+ `Omit.aria-colspan`
218
+
219
+ ***
220
+
221
+ ### aria-controls?
222
+
223
+ > `optional` **aria-controls**: `string`
224
+
225
+ Defined in: node\_modules/@types/react/index.d.ts:2653
226
+
227
+ Identifies the element (or elements) whose contents or presence are controlled by the current element.
228
+
229
+ #### See
230
+
231
+ aria-owns.
232
+
233
+ #### Inherited from
234
+
235
+ `Omit.aria-controls`
236
+
237
+ ***
238
+
239
+ ### aria-current?
240
+
241
+ > `optional` **aria-current**: `boolean` \| `"true"` \| `"location"` \| `"time"` \| `"false"` \| `"page"` \| `"step"` \| `"date"`
242
+
243
+ Defined in: node\_modules/@types/react/index.d.ts:2655
244
+
245
+ Indicates the element that represents the current item within a container or set of related elements.
246
+
247
+ #### Inherited from
248
+
249
+ `Omit.aria-current`
250
+
251
+ ***
252
+
253
+ ### aria-describedby?
254
+
255
+ > `optional` **aria-describedby**: `string`
256
+
257
+ Defined in: node\_modules/@types/react/index.d.ts:2660
258
+
259
+ Identifies the element (or elements) that describes the object.
260
+
261
+ #### See
262
+
263
+ aria-labelledby
264
+
265
+ #### Inherited from
266
+
267
+ `Omit.aria-describedby`
268
+
269
+ ***
270
+
271
+ ### aria-description?
272
+
273
+ > `optional` **aria-description**: `string`
274
+
275
+ Defined in: node\_modules/@types/react/index.d.ts:2665
276
+
277
+ Defines a string value that describes or annotates the current element.
278
+
279
+ #### See
280
+
281
+ related aria-describedby.
282
+
283
+ #### Inherited from
284
+
285
+ `Omit.aria-description`
286
+
287
+ ***
288
+
289
+ ### aria-details?
290
+
291
+ > `optional` **aria-details**: `string`
292
+
293
+ Defined in: node\_modules/@types/react/index.d.ts:2670
294
+
295
+ Identifies the element that provides a detailed, extended description for the object.
296
+
297
+ #### See
298
+
299
+ aria-describedby.
300
+
301
+ #### Inherited from
302
+
303
+ `Omit.aria-details`
304
+
305
+ ***
306
+
307
+ ### aria-disabled?
308
+
309
+ > `optional` **aria-disabled**: `Booleanish`
310
+
311
+ Defined in: node\_modules/@types/react/index.d.ts:2675
312
+
313
+ Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
314
+
315
+ #### See
316
+
317
+ - aria-hidden
318
+ - aria-readonly.
319
+
320
+ #### Inherited from
321
+
322
+ `Omit.aria-disabled`
323
+
324
+ ***
325
+
326
+ ### ~~aria-dropeffect?~~
327
+
328
+ > `optional` **aria-dropeffect**: `"link"` \| `"copy"` \| `"none"` \| `"move"` \| `"execute"` \| `"popup"`
329
+
330
+ Defined in: node\_modules/@types/react/index.d.ts:2680
331
+
332
+ Indicates what functions can be performed when a dragged object is released on the drop target.
333
+
334
+ #### Deprecated
335
+
336
+ in ARIA 1.1
337
+
338
+ #### Inherited from
339
+
340
+ `Omit.aria-dropeffect`
341
+
342
+ ***
343
+
344
+ ### aria-errormessage?
345
+
346
+ > `optional` **aria-errormessage**: `string`
347
+
348
+ Defined in: node\_modules/@types/react/index.d.ts:2685
349
+
350
+ Identifies the element that provides an error message for the object.
351
+
352
+ #### See
353
+
354
+ - aria-invalid
355
+ - aria-describedby.
356
+
357
+ #### Inherited from
358
+
359
+ `Omit.aria-errormessage`
360
+
361
+ ***
362
+
363
+ ### aria-expanded?
364
+
365
+ > `optional` **aria-expanded**: `Booleanish`
366
+
367
+ Defined in: node\_modules/@types/react/index.d.ts:2687
368
+
369
+ Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
370
+
371
+ #### Inherited from
372
+
373
+ `Omit.aria-expanded`
374
+
375
+ ***
376
+
377
+ ### aria-flowto?
378
+
379
+ > `optional` **aria-flowto**: `string`
380
+
381
+ Defined in: node\_modules/@types/react/index.d.ts:2692
382
+
383
+ Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
384
+ allows assistive technology to override the general default of reading in document source order.
385
+
386
+ #### Inherited from
387
+
388
+ `Omit.aria-flowto`
389
+
390
+ ***
391
+
392
+ ### ~~aria-grabbed?~~
393
+
394
+ > `optional` **aria-grabbed**: `Booleanish`
395
+
396
+ Defined in: node\_modules/@types/react/index.d.ts:2697
397
+
398
+ Indicates an element's "grabbed" state in a drag-and-drop operation.
399
+
400
+ #### Deprecated
401
+
402
+ in ARIA 1.1
403
+
404
+ #### Inherited from
405
+
406
+ `Omit.aria-grabbed`
407
+
408
+ ***
409
+
410
+ ### aria-haspopup?
411
+
412
+ > `optional` **aria-haspopup**: `boolean` \| `"true"` \| `"dialog"` \| `"menu"` \| `"false"` \| `"grid"` \| `"listbox"` \| `"tree"`
413
+
414
+ Defined in: node\_modules/@types/react/index.d.ts:2699
415
+
416
+ Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
417
+
418
+ #### Inherited from
419
+
420
+ `Omit.aria-haspopup`
421
+
422
+ ***
423
+
424
+ ### aria-hidden?
425
+
426
+ > `optional` **aria-hidden**: `Booleanish`
427
+
428
+ Defined in: node\_modules/@types/react/index.d.ts:2704
429
+
430
+ Indicates whether the element is exposed to an accessibility API.
431
+
432
+ #### See
433
+
434
+ aria-disabled.
435
+
436
+ #### Inherited from
437
+
438
+ `Omit.aria-hidden`
439
+
440
+ ***
441
+
442
+ ### aria-invalid?
443
+
444
+ > `optional` **aria-invalid**: `boolean` \| `"true"` \| `"false"` \| `"grammar"` \| `"spelling"`
445
+
446
+ Defined in: node\_modules/@types/react/index.d.ts:2709
447
+
448
+ Indicates the entered value does not conform to the format expected by the application.
449
+
450
+ #### See
451
+
452
+ aria-errormessage.
453
+
454
+ #### Inherited from
455
+
456
+ `Omit.aria-invalid`
457
+
458
+ ***
459
+
460
+ ### aria-keyshortcuts?
461
+
462
+ > `optional` **aria-keyshortcuts**: `string`
463
+
464
+ Defined in: node\_modules/@types/react/index.d.ts:2711
465
+
466
+ Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
467
+
468
+ #### Inherited from
469
+
470
+ `Omit.aria-keyshortcuts`
471
+
472
+ ***
473
+
474
+ ### aria-label?
475
+
476
+ > `optional` **aria-label**: `string`
477
+
478
+ Defined in: node\_modules/@types/react/index.d.ts:2716
479
+
480
+ Defines a string value that labels the current element.
481
+
482
+ #### See
483
+
484
+ aria-labelledby.
485
+
486
+ #### Inherited from
487
+
488
+ `Omit.aria-label`
489
+
490
+ ***
491
+
492
+ ### aria-labelledby?
493
+
494
+ > `optional` **aria-labelledby**: `string`
495
+
496
+ Defined in: node\_modules/@types/react/index.d.ts:2721
497
+
498
+ Identifies the element (or elements) that labels the current element.
499
+
500
+ #### See
501
+
502
+ aria-describedby.
503
+
504
+ #### Inherited from
505
+
506
+ `Omit.aria-labelledby`
507
+
508
+ ***
509
+
510
+ ### aria-level?
511
+
512
+ > `optional` **aria-level**: `number`
513
+
514
+ Defined in: node\_modules/@types/react/index.d.ts:2723
515
+
516
+ Defines the hierarchical level of an element within a structure.
517
+
518
+ #### Inherited from
519
+
520
+ `Omit.aria-level`
521
+
522
+ ***
523
+
524
+ ### aria-live?
525
+
526
+ > `optional` **aria-live**: `"off"` \| `"assertive"` \| `"polite"`
527
+
528
+ Defined in: node\_modules/@types/react/index.d.ts:2725
529
+
530
+ 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.
531
+
532
+ #### Inherited from
533
+
534
+ `Omit.aria-live`
535
+
536
+ ***
537
+
538
+ ### aria-modal?
539
+
540
+ > `optional` **aria-modal**: `Booleanish`
541
+
542
+ Defined in: node\_modules/@types/react/index.d.ts:2727
543
+
544
+ Indicates whether an element is modal when displayed.
545
+
546
+ #### Inherited from
547
+
548
+ `Omit.aria-modal`
549
+
550
+ ***
551
+
552
+ ### aria-multiline?
553
+
554
+ > `optional` **aria-multiline**: `Booleanish`
555
+
556
+ Defined in: node\_modules/@types/react/index.d.ts:2729
557
+
558
+ Indicates whether a text box accepts multiple lines of input or only a single line.
559
+
560
+ #### Inherited from
561
+
562
+ `Omit.aria-multiline`
563
+
564
+ ***
565
+
566
+ ### aria-multiselectable?
567
+
568
+ > `optional` **aria-multiselectable**: `Booleanish`
569
+
570
+ Defined in: node\_modules/@types/react/index.d.ts:2731
571
+
572
+ Indicates that the user may select more than one item from the current selectable descendants.
573
+
574
+ #### Inherited from
575
+
576
+ `Omit.aria-multiselectable`
577
+
578
+ ***
579
+
580
+ ### aria-orientation?
581
+
582
+ > `optional` **aria-orientation**: `"horizontal"` \| `"vertical"`
583
+
584
+ Defined in: node\_modules/@types/react/index.d.ts:2733
585
+
586
+ Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
587
+
588
+ #### Inherited from
589
+
590
+ `Omit.aria-orientation`
591
+
592
+ ***
593
+
594
+ ### aria-owns?
595
+
596
+ > `optional` **aria-owns**: `string`
597
+
598
+ Defined in: node\_modules/@types/react/index.d.ts:2739
599
+
600
+ Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
601
+ between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
602
+
603
+ #### See
604
+
605
+ aria-controls.
606
+
607
+ #### Inherited from
608
+
609
+ `Omit.aria-owns`
610
+
611
+ ***
612
+
613
+ ### aria-placeholder?
614
+
615
+ > `optional` **aria-placeholder**: `string`
616
+
617
+ Defined in: node\_modules/@types/react/index.d.ts:2744
618
+
619
+ Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
620
+ A hint could be a sample value or a brief description of the expected format.
621
+
622
+ #### Inherited from
623
+
624
+ `Omit.aria-placeholder`
625
+
626
+ ***
627
+
628
+ ### aria-posinset?
629
+
630
+ > `optional` **aria-posinset**: `number`
631
+
632
+ Defined in: node\_modules/@types/react/index.d.ts:2749
633
+
634
+ 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.
635
+
636
+ #### See
637
+
638
+ aria-setsize.
639
+
640
+ #### Inherited from
641
+
642
+ `Omit.aria-posinset`
643
+
644
+ ***
645
+
646
+ ### aria-pressed?
647
+
648
+ > `optional` **aria-pressed**: `boolean` \| `"true"` \| `"false"` \| `"mixed"`
649
+
650
+ Defined in: node\_modules/@types/react/index.d.ts:2754
651
+
652
+ Indicates the current "pressed" state of toggle buttons.
653
+
654
+ #### See
655
+
656
+ - aria-checked
657
+ - aria-selected.
658
+
659
+ #### Inherited from
660
+
661
+ `Omit.aria-pressed`
662
+
663
+ ***
664
+
665
+ ### aria-readonly?
666
+
667
+ > `optional` **aria-readonly**: `Booleanish`
668
+
669
+ Defined in: node\_modules/@types/react/index.d.ts:2759
670
+
671
+ Indicates that the element is not editable, but is otherwise operable.
672
+
673
+ #### See
674
+
675
+ aria-disabled.
676
+
677
+ #### Inherited from
678
+
679
+ `Omit.aria-readonly`
680
+
681
+ ***
682
+
683
+ ### aria-relevant?
684
+
685
+ > `optional` **aria-relevant**: `"text"` \| `"all"` \| `"additions"` \| `"additions removals"` \| `"additions text"` \| `"removals"` \| `"removals additions"` \| `"removals text"` \| `"text additions"` \| `"text removals"`
686
+
687
+ Defined in: node\_modules/@types/react/index.d.ts:2764
688
+
689
+ Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
690
+
691
+ #### See
692
+
693
+ aria-atomic.
694
+
695
+ #### Inherited from
696
+
697
+ `Omit.aria-relevant`
698
+
699
+ ***
700
+
701
+ ### aria-required?
702
+
703
+ > `optional` **aria-required**: `Booleanish`
704
+
705
+ Defined in: node\_modules/@types/react/index.d.ts:2777
706
+
707
+ Indicates that user input is required on the element before a form may be submitted.
708
+
709
+ #### Inherited from
710
+
711
+ `Omit.aria-required`
712
+
713
+ ***
714
+
715
+ ### aria-roledescription?
716
+
717
+ > `optional` **aria-roledescription**: `string`
718
+
719
+ Defined in: node\_modules/@types/react/index.d.ts:2779
720
+
721
+ Defines a human-readable, author-localized description for the role of an element.
722
+
723
+ #### Inherited from
724
+
725
+ `Omit.aria-roledescription`
726
+
727
+ ***
728
+
729
+ ### aria-rowcount?
730
+
731
+ > `optional` **aria-rowcount**: `number`
732
+
733
+ Defined in: node\_modules/@types/react/index.d.ts:2784
734
+
735
+ Defines the total number of rows in a table, grid, or treegrid.
736
+
737
+ #### See
738
+
739
+ aria-rowindex.
740
+
741
+ #### Inherited from
742
+
743
+ `Omit.aria-rowcount`
744
+
745
+ ***
746
+
747
+ ### aria-rowindex?
748
+
749
+ > `optional` **aria-rowindex**: `number`
750
+
751
+ Defined in: node\_modules/@types/react/index.d.ts:2789
752
+
753
+ Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
754
+
755
+ #### See
756
+
757
+ - aria-rowcount
758
+ - aria-rowspan.
759
+
760
+ #### Inherited from
761
+
762
+ `Omit.aria-rowindex`
763
+
764
+ ***
765
+
766
+ ### aria-rowindextext?
767
+
768
+ > `optional` **aria-rowindextext**: `string`
769
+
770
+ Defined in: node\_modules/@types/react/index.d.ts:2794
771
+
772
+ Defines a human readable text alternative of aria-rowindex.
773
+
774
+ #### See
775
+
776
+ aria-colindextext.
777
+
778
+ #### Inherited from
779
+
780
+ `Omit.aria-rowindextext`
781
+
782
+ ***
783
+
784
+ ### aria-rowspan?
785
+
786
+ > `optional` **aria-rowspan**: `number`
787
+
788
+ Defined in: node\_modules/@types/react/index.d.ts:2799
789
+
790
+ Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
791
+
792
+ #### See
793
+
794
+ - aria-rowindex
795
+ - aria-colspan.
796
+
797
+ #### Inherited from
798
+
799
+ `Omit.aria-rowspan`
800
+
801
+ ***
802
+
803
+ ### aria-selected?
804
+
805
+ > `optional` **aria-selected**: `Booleanish`
806
+
807
+ Defined in: node\_modules/@types/react/index.d.ts:2804
808
+
809
+ Indicates the current "selected" state of various widgets.
810
+
811
+ #### See
812
+
813
+ - aria-checked
814
+ - aria-pressed.
815
+
816
+ #### Inherited from
817
+
818
+ `Omit.aria-selected`
819
+
820
+ ***
821
+
822
+ ### aria-setsize?
823
+
824
+ > `optional` **aria-setsize**: `number`
825
+
826
+ Defined in: node\_modules/@types/react/index.d.ts:2809
827
+
828
+ 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.
829
+
830
+ #### See
831
+
832
+ aria-posinset.
833
+
834
+ #### Inherited from
835
+
836
+ `Omit.aria-setsize`
837
+
838
+ ***
839
+
840
+ ### aria-sort?
841
+
842
+ > `optional` **aria-sort**: `"other"` \| `"none"` \| `"ascending"` \| `"descending"`
843
+
844
+ Defined in: node\_modules/@types/react/index.d.ts:2811
845
+
846
+ Indicates if items in a table or grid are sorted in ascending or descending order.
847
+
848
+ #### Inherited from
849
+
850
+ `Omit.aria-sort`
851
+
852
+ ***
853
+
854
+ ### aria-valuemax?
855
+
856
+ > `optional` **aria-valuemax**: `number`
857
+
858
+ Defined in: node\_modules/@types/react/index.d.ts:2813
859
+
860
+ Defines the maximum allowed value for a range widget.
861
+
862
+ #### Inherited from
863
+
864
+ `Omit.aria-valuemax`
865
+
866
+ ***
867
+
868
+ ### aria-valuemin?
869
+
870
+ > `optional` **aria-valuemin**: `number`
871
+
872
+ Defined in: node\_modules/@types/react/index.d.ts:2815
873
+
874
+ Defines the minimum allowed value for a range widget.
875
+
876
+ #### Inherited from
877
+
878
+ `Omit.aria-valuemin`
879
+
880
+ ***
881
+
882
+ ### aria-valuenow?
883
+
884
+ > `optional` **aria-valuenow**: `number`
885
+
886
+ Defined in: node\_modules/@types/react/index.d.ts:2820
887
+
888
+ Defines the current value for a range widget.
889
+
890
+ #### See
891
+
892
+ aria-valuetext.
893
+
894
+ #### Inherited from
895
+
896
+ `Omit.aria-valuenow`
897
+
898
+ ***
899
+
900
+ ### aria-valuetext?
901
+
902
+ > `optional` **aria-valuetext**: `string`
903
+
904
+ Defined in: node\_modules/@types/react/index.d.ts:2822
905
+
906
+ Defines the human readable text alternative of aria-valuenow for a range widget.
907
+
908
+ #### Inherited from
909
+
910
+ `Omit.aria-valuetext`
911
+
912
+ ***
913
+
914
+ ### autoCapitalize?
915
+
916
+ > `optional` **autoCapitalize**: `"on"` \| `"off"` \| `string` & `object` \| `"none"` \| `"sentences"` \| `"words"` \| `"characters"`
917
+
918
+ Defined in: node\_modules/@types/react/index.d.ts:2907
919
+
920
+ #### Inherited from
921
+
922
+ `Omit.autoCapitalize`
923
+
924
+ ***
925
+
926
+ ### autoCorrect?
927
+
928
+ > `optional` **autoCorrect**: `string`
929
+
930
+ Defined in: node\_modules/@types/react/index.d.ts:2946
931
+
932
+ #### Inherited from
933
+
934
+ `Omit.autoCorrect`
935
+
936
+ ***
937
+
938
+ ### autoFocus?
939
+
940
+ > `optional` **autoFocus**: `boolean`
941
+
942
+ Defined in: node\_modules/@types/react/index.d.ts:2908
943
+
944
+ #### Inherited from
945
+
946
+ `Omit.autoFocus`
947
+
948
+ ***
949
+
950
+ ### autoSave?
951
+
952
+ > `optional` **autoSave**: `string`
953
+
954
+ Defined in: node\_modules/@types/react/index.d.ts:2947
955
+
956
+ #### Inherited from
957
+
958
+ `Omit.autoSave`
959
+
960
+ ***
961
+
962
+ ### children?
963
+
964
+ > `optional` **children**: `ReactNode` \| (`extension`, `state?`) => `ReactNode`
965
+
966
+ Defined in: [packages/framework/esm-react-utils/src/ExtensionSlot.tsx:33](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ExtensionSlot.tsx#L33)
967
+
968
+ ***
969
+
970
+ ### className?
971
+
972
+ > `optional` **className**: `string`
973
+
974
+ Defined in: node\_modules/@types/react/index.d.ts:2909
975
+
976
+ #### Inherited from
977
+
978
+ `Omit.className`
979
+
980
+ ***
981
+
982
+ ### color?
983
+
984
+ > `optional` **color**: `string`
985
+
986
+ Defined in: node\_modules/@types/react/index.d.ts:2948
987
+
988
+ #### Inherited from
989
+
990
+ `Omit.color`
991
+
992
+ ***
993
+
994
+ ### content?
995
+
996
+ > `optional` **content**: `string`
997
+
998
+ Defined in: node\_modules/@types/react/index.d.ts:2934
999
+
1000
+ #### Inherited from
1001
+
1002
+ `Omit.content`
1003
+
1004
+ ***
1005
+
1006
+ ### contentEditable?
1007
+
1008
+ > `optional` **contentEditable**: `Booleanish` \| `"inherit"` \| `"plaintext-only"`
1009
+
1010
+ Defined in: node\_modules/@types/react/index.d.ts:2910
1011
+
1012
+ #### Inherited from
1013
+
1014
+ `Omit.contentEditable`
1015
+
1016
+ ***
1017
+
1018
+ ### contextMenu?
1019
+
1020
+ > `optional` **contextMenu**: `string`
1021
+
1022
+ Defined in: node\_modules/@types/react/index.d.ts:2911
1023
+
1024
+ #### Inherited from
1025
+
1026
+ `Omit.contextMenu`
1027
+
1028
+ ***
1029
+
1030
+ ### dangerouslySetInnerHTML?
1031
+
1032
+ > `optional` **dangerouslySetInnerHTML**: `object`
1033
+
1034
+ Defined in: node\_modules/@types/react/index.d.ts:2393
1035
+
1036
+ #### \_\_html
1037
+
1038
+ > **\_\_html**: `string` \| `TrustedHTML`
1039
+
1040
+ #### Inherited from
1041
+
1042
+ `Omit.dangerouslySetInnerHTML`
1043
+
1044
+ ***
1045
+
1046
+ ### datatype?
1047
+
1048
+ > `optional` **datatype**: `string`
1049
+
1050
+ Defined in: node\_modules/@types/react/index.d.ts:2935
1051
+
1052
+ #### Inherited from
1053
+
1054
+ `Omit.datatype`
1055
+
1056
+ ***
1057
+
1058
+ ### defaultChecked?
1059
+
1060
+ > `optional` **defaultChecked**: `boolean`
1061
+
1062
+ Defined in: node\_modules/@types/react/index.d.ts:2900
1063
+
1064
+ #### Inherited from
1065
+
1066
+ `Omit.defaultChecked`
1067
+
1068
+ ***
1069
+
1070
+ ### defaultValue?
1071
+
1072
+ > `optional` **defaultValue**: `string` \| `number` \| readonly `string`[]
1073
+
1074
+ Defined in: node\_modules/@types/react/index.d.ts:2901
1075
+
1076
+ #### Inherited from
1077
+
1078
+ `Omit.defaultValue`
1079
+
1080
+ ***
1081
+
1082
+ ### dir?
1083
+
1084
+ > `optional` **dir**: `string`
1085
+
1086
+ Defined in: node\_modules/@types/react/index.d.ts:2912
1087
+
1088
+ #### Inherited from
1089
+
1090
+ `Omit.dir`
1091
+
1092
+ ***
1093
+
1094
+ ### draggable?
1095
+
1096
+ > `optional` **draggable**: `Booleanish`
1097
+
1098
+ Defined in: node\_modules/@types/react/index.d.ts:2913
1099
+
1100
+ #### Inherited from
1101
+
1102
+ `Omit.draggable`
1103
+
1104
+ ***
1105
+
1106
+ ### enterKeyHint?
1107
+
1108
+ > `optional` **enterKeyHint**: `"next"` \| `"search"` \| `"enter"` \| `"done"` \| `"go"` \| `"previous"` \| `"send"`
1109
+
1110
+ Defined in: node\_modules/@types/react/index.d.ts:2914
1111
+
1112
+ #### Inherited from
1113
+
1114
+ `Omit.enterKeyHint`
1115
+
1116
+ ***
1117
+
1118
+ ### exportparts?
1119
+
1120
+ > `optional` **exportparts**: `string`
1121
+
1122
+ Defined in: node\_modules/@types/react/index.d.ts:2972
1123
+
1124
+ #### See
1125
+
1126
+ [https://developer.mozilla.org/en-US/docs/Web/HTML/Global\_attributes/exportparts](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts)
1127
+
1128
+ #### Inherited from
1129
+
1130
+ `Omit.exportparts`
1131
+
1132
+ ***
1133
+
1134
+ ### ~~extensionSlotName?~~
1135
+
1136
+ > `optional` **extensionSlotName**: `string`
1137
+
1138
+ Defined in: [packages/framework/esm-react-utils/src/ExtensionSlot.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ExtensionSlot.tsx#L15)
1139
+
1140
+ The name of the extension slot
1141
+
1142
+ #### Deprecated
1143
+
1144
+ Use `name`
1145
+
1146
+ #### Inherited from
1147
+
1148
+ [`ExtensionSlotBaseProps`](ExtensionSlotBaseProps.md).[`extensionSlotName`](ExtensionSlotBaseProps.md#extensionslotname)
1149
+
1150
+ ***
1151
+
1152
+ ### hidden?
1153
+
1154
+ > `optional` **hidden**: `boolean`
1155
+
1156
+ Defined in: node\_modules/@types/react/index.d.ts:2915
1157
+
1158
+ #### Inherited from
1159
+
1160
+ `Omit.hidden`
1161
+
1162
+ ***
1163
+
1164
+ ### id?
1165
+
1166
+ > `optional` **id**: `string`
1167
+
1168
+ Defined in: node\_modules/@types/react/index.d.ts:2916
1169
+
1170
+ #### Inherited from
1171
+
1172
+ `Omit.id`
1173
+
1174
+ ***
1175
+
1176
+ ### inlist?
1177
+
1178
+ > `optional` **inlist**: `any`
1179
+
1180
+ Defined in: node\_modules/@types/react/index.d.ts:2936
1181
+
1182
+ #### Inherited from
1183
+
1184
+ `Omit.inlist`
1185
+
1186
+ ***
1187
+
1188
+ ### inputMode?
1189
+
1190
+ > `optional` **inputMode**: `"url"` \| `"search"` \| `"text"` \| `"none"` \| `"tel"` \| `"email"` \| `"numeric"` \| `"decimal"`
1191
+
1192
+ Defined in: node\_modules/@types/react/index.d.ts:2963
1193
+
1194
+ Hints at the type of data that might be entered by the user while editing the element or its contents
1195
+
1196
+ #### See
1197
+
1198
+ [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)
1199
+
1200
+ #### Inherited from
1201
+
1202
+ `Omit.inputMode`
1203
+
1204
+ ***
1205
+
1206
+ ### is?
1207
+
1208
+ > `optional` **is**: `string`
1209
+
1210
+ Defined in: node\_modules/@types/react/index.d.ts:2968
1211
+
1212
+ Specify that a standard HTML element should behave like a defined custom built-in element
1213
+
1214
+ #### See
1215
+
1216
+ [https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is](https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is)
1217
+
1218
+ #### Inherited from
1219
+
1220
+ `Omit.is`
1221
+
1222
+ ***
1223
+
1224
+ ### itemID?
1225
+
1226
+ > `optional` **itemID**: `string`
1227
+
1228
+ Defined in: node\_modules/@types/react/index.d.ts:2952
1229
+
1230
+ #### Inherited from
1231
+
1232
+ `Omit.itemID`
1233
+
1234
+ ***
1235
+
1236
+ ### itemProp?
1237
+
1238
+ > `optional` **itemProp**: `string`
1239
+
1240
+ Defined in: node\_modules/@types/react/index.d.ts:2949
1241
+
1242
+ #### Inherited from
1243
+
1244
+ `Omit.itemProp`
1245
+
1246
+ ***
1247
+
1248
+ ### itemRef?
1249
+
1250
+ > `optional` **itemRef**: `string`
1251
+
1252
+ Defined in: node\_modules/@types/react/index.d.ts:2953
1253
+
1254
+ #### Inherited from
1255
+
1256
+ `Omit.itemRef`
1257
+
1258
+ ***
1259
+
1260
+ ### itemScope?
1261
+
1262
+ > `optional` **itemScope**: `boolean`
1263
+
1264
+ Defined in: node\_modules/@types/react/index.d.ts:2950
1265
+
1266
+ #### Inherited from
1267
+
1268
+ `Omit.itemScope`
1269
+
1270
+ ***
1271
+
1272
+ ### itemType?
1273
+
1274
+ > `optional` **itemType**: `string`
1275
+
1276
+ Defined in: node\_modules/@types/react/index.d.ts:2951
1277
+
1278
+ #### Inherited from
1279
+
1280
+ `Omit.itemType`
1281
+
1282
+ ***
1283
+
1284
+ ### lang?
1285
+
1286
+ > `optional` **lang**: `string`
1287
+
1288
+ Defined in: node\_modules/@types/react/index.d.ts:2917
1289
+
1290
+ #### Inherited from
1291
+
1292
+ `Omit.lang`
1293
+
1294
+ ***
1295
+
1296
+ ### name
1297
+
1298
+ > **name**: `string`
1299
+
1300
+ Defined in: [packages/framework/esm-react-utils/src/ExtensionSlot.tsx:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ExtensionSlot.tsx#L10)
1301
+
1302
+ The name of the extension slot
1303
+
1304
+ #### Inherited from
1305
+
1306
+ [`ExtensionSlotBaseProps`](ExtensionSlotBaseProps.md).[`name`](ExtensionSlotBaseProps.md#name)
1307
+
1308
+ ***
1309
+
1310
+ ### nonce?
1311
+
1312
+ > `optional` **nonce**: `string`
1313
+
1314
+ Defined in: node\_modules/@types/react/index.d.ts:2918
1315
+
1316
+ #### Inherited from
1317
+
1318
+ `Omit.nonce`
1319
+
1320
+ ***
1321
+
1322
+ ### onAbort?
1323
+
1324
+ > `optional` **onAbort**: `ReactEventHandler`\<`HTMLDivElement`\>
1325
+
1326
+ Defined in: node\_modules/@types/react/index.d.ts:2452
1327
+
1328
+ #### Inherited from
1329
+
1330
+ `Omit.onAbort`
1331
+
1332
+ ***
1333
+
1334
+ ### onAbortCapture?
1335
+
1336
+ > `optional` **onAbortCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
1337
+
1338
+ Defined in: node\_modules/@types/react/index.d.ts:2453
1339
+
1340
+ #### Inherited from
1341
+
1342
+ `Omit.onAbortCapture`
1343
+
1344
+ ***
1345
+
1346
+ ### onAnimationEnd?
1347
+
1348
+ > `optional` **onAnimationEnd**: `AnimationEventHandler`\<`HTMLDivElement`\>
1349
+
1350
+ Defined in: node\_modules/@types/react/index.d.ts:2580
1351
+
1352
+ #### Inherited from
1353
+
1354
+ `Omit.onAnimationEnd`
1355
+
1356
+ ***
1357
+
1358
+ ### onAnimationEndCapture?
1359
+
1360
+ > `optional` **onAnimationEndCapture**: `AnimationEventHandler`\<`HTMLDivElement`\>
1361
+
1362
+ Defined in: node\_modules/@types/react/index.d.ts:2581
1363
+
1364
+ #### Inherited from
1365
+
1366
+ `Omit.onAnimationEndCapture`
1367
+
1368
+ ***
1369
+
1370
+ ### onAnimationIteration?
1371
+
1372
+ > `optional` **onAnimationIteration**: `AnimationEventHandler`\<`HTMLDivElement`\>
1373
+
1374
+ Defined in: node\_modules/@types/react/index.d.ts:2582
1375
+
1376
+ #### Inherited from
1377
+
1378
+ `Omit.onAnimationIteration`
1379
+
1380
+ ***
1381
+
1382
+ ### onAnimationIterationCapture?
1383
+
1384
+ > `optional` **onAnimationIterationCapture**: `AnimationEventHandler`\<`HTMLDivElement`\>
1385
+
1386
+ Defined in: node\_modules/@types/react/index.d.ts:2583
1387
+
1388
+ #### Inherited from
1389
+
1390
+ `Omit.onAnimationIterationCapture`
1391
+
1392
+ ***
1393
+
1394
+ ### onAnimationStart?
1395
+
1396
+ > `optional` **onAnimationStart**: `AnimationEventHandler`\<`HTMLDivElement`\>
1397
+
1398
+ Defined in: node\_modules/@types/react/index.d.ts:2578
1399
+
1400
+ #### Inherited from
1401
+
1402
+ `Omit.onAnimationStart`
1403
+
1404
+ ***
1405
+
1406
+ ### onAnimationStartCapture?
1407
+
1408
+ > `optional` **onAnimationStartCapture**: `AnimationEventHandler`\<`HTMLDivElement`\>
1409
+
1410
+ Defined in: node\_modules/@types/react/index.d.ts:2579
1411
+
1412
+ #### Inherited from
1413
+
1414
+ `Omit.onAnimationStartCapture`
1415
+
1416
+ ***
1417
+
1418
+ ### onAuxClick?
1419
+
1420
+ > `optional` **onAuxClick**: `MouseEventHandler`\<`HTMLDivElement`\>
1421
+
1422
+ Defined in: node\_modules/@types/react/index.d.ts:2498
1423
+
1424
+ #### Inherited from
1425
+
1426
+ `Omit.onAuxClick`
1427
+
1428
+ ***
1429
+
1430
+ ### onAuxClickCapture?
1431
+
1432
+ > `optional` **onAuxClickCapture**: `MouseEventHandler`\<`HTMLDivElement`\>
1433
+
1434
+ Defined in: node\_modules/@types/react/index.d.ts:2499
1435
+
1436
+ #### Inherited from
1437
+
1438
+ `Omit.onAuxClickCapture`
1439
+
1440
+ ***
1441
+
1442
+ ### onBeforeInput?
1443
+
1444
+ > `optional` **onBeforeInput**: `FormEventHandler`\<`HTMLDivElement`\>
1445
+
1446
+ Defined in: node\_modules/@types/react/index.d.ts:2424
1447
+
1448
+ #### Inherited from
1449
+
1450
+ `Omit.onBeforeInput`
1451
+
1452
+ ***
1453
+
1454
+ ### onBeforeInputCapture?
1455
+
1456
+ > `optional` **onBeforeInputCapture**: `FormEventHandler`\<`HTMLDivElement`\>
1457
+
1458
+ Defined in: node\_modules/@types/react/index.d.ts:2425
1459
+
1460
+ #### Inherited from
1461
+
1462
+ `Omit.onBeforeInputCapture`
1463
+
1464
+ ***
1465
+
1466
+ ### onBlur?
1467
+
1468
+ > `optional` **onBlur**: `FocusEventHandler`\<`HTMLDivElement`\>
1469
+
1470
+ Defined in: node\_modules/@types/react/index.d.ts:2418
1471
+
1472
+ #### Inherited from
1473
+
1474
+ `Omit.onBlur`
1475
+
1476
+ ***
1477
+
1478
+ ### onBlurCapture?
1479
+
1480
+ > `optional` **onBlurCapture**: `FocusEventHandler`\<`HTMLDivElement`\>
1481
+
1482
+ Defined in: node\_modules/@types/react/index.d.ts:2419
1483
+
1484
+ #### Inherited from
1485
+
1486
+ `Omit.onBlurCapture`
1487
+
1488
+ ***
1489
+
1490
+ ### onCanPlay?
1491
+
1492
+ > `optional` **onCanPlay**: `ReactEventHandler`\<`HTMLDivElement`\>
1493
+
1494
+ Defined in: node\_modules/@types/react/index.d.ts:2454
1495
+
1496
+ #### Inherited from
1497
+
1498
+ `Omit.onCanPlay`
1499
+
1500
+ ***
1501
+
1502
+ ### onCanPlayCapture?
1503
+
1504
+ > `optional` **onCanPlayCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
1505
+
1506
+ Defined in: node\_modules/@types/react/index.d.ts:2455
1507
+
1508
+ #### Inherited from
1509
+
1510
+ `Omit.onCanPlayCapture`
1511
+
1512
+ ***
1513
+
1514
+ ### onCanPlayThrough?
1515
+
1516
+ > `optional` **onCanPlayThrough**: `ReactEventHandler`\<`HTMLDivElement`\>
1517
+
1518
+ Defined in: node\_modules/@types/react/index.d.ts:2456
1519
+
1520
+ #### Inherited from
1521
+
1522
+ `Omit.onCanPlayThrough`
1523
+
1524
+ ***
1525
+
1526
+ ### onCanPlayThroughCapture?
1527
+
1528
+ > `optional` **onCanPlayThroughCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
1529
+
1530
+ Defined in: node\_modules/@types/react/index.d.ts:2457
1531
+
1532
+ #### Inherited from
1533
+
1534
+ `Omit.onCanPlayThroughCapture`
1535
+
1536
+ ***
1537
+
1538
+ ### onChange?
1539
+
1540
+ > `optional` **onChange**: `FormEventHandler`\<`HTMLDivElement`\>
1541
+
1542
+ Defined in: node\_modules/@types/react/index.d.ts:2422
1543
+
1544
+ #### Inherited from
1545
+
1546
+ `Omit.onChange`
1547
+
1548
+ ***
1549
+
1550
+ ### onChangeCapture?
1551
+
1552
+ > `optional` **onChangeCapture**: `FormEventHandler`\<`HTMLDivElement`\>
1553
+
1554
+ Defined in: node\_modules/@types/react/index.d.ts:2423
1555
+
1556
+ #### Inherited from
1557
+
1558
+ `Omit.onChangeCapture`
1559
+
1560
+ ***
1561
+
1562
+ ### onClick?
1563
+
1564
+ > `optional` **onClick**: `MouseEventHandler`\<`HTMLDivElement`\>
1565
+
1566
+ Defined in: node\_modules/@types/react/index.d.ts:2500
1567
+
1568
+ #### Inherited from
1569
+
1570
+ `Omit.onClick`
1571
+
1572
+ ***
1573
+
1574
+ ### onClickCapture?
1575
+
1576
+ > `optional` **onClickCapture**: `MouseEventHandler`\<`HTMLDivElement`\>
1577
+
1578
+ Defined in: node\_modules/@types/react/index.d.ts:2501
1579
+
1580
+ #### Inherited from
1581
+
1582
+ `Omit.onClickCapture`
1583
+
1584
+ ***
1585
+
1586
+ ### onCompositionEnd?
1587
+
1588
+ > `optional` **onCompositionEnd**: `CompositionEventHandler`\<`HTMLDivElement`\>
1589
+
1590
+ Defined in: node\_modules/@types/react/index.d.ts:2408
1591
+
1592
+ #### Inherited from
1593
+
1594
+ `Omit.onCompositionEnd`
1595
+
1596
+ ***
1597
+
1598
+ ### onCompositionEndCapture?
1599
+
1600
+ > `optional` **onCompositionEndCapture**: `CompositionEventHandler`\<`HTMLDivElement`\>
1601
+
1602
+ Defined in: node\_modules/@types/react/index.d.ts:2409
1603
+
1604
+ #### Inherited from
1605
+
1606
+ `Omit.onCompositionEndCapture`
1607
+
1608
+ ***
1609
+
1610
+ ### onCompositionStart?
1611
+
1612
+ > `optional` **onCompositionStart**: `CompositionEventHandler`\<`HTMLDivElement`\>
1613
+
1614
+ Defined in: node\_modules/@types/react/index.d.ts:2410
1615
+
1616
+ #### Inherited from
1617
+
1618
+ `Omit.onCompositionStart`
1619
+
1620
+ ***
1621
+
1622
+ ### onCompositionStartCapture?
1623
+
1624
+ > `optional` **onCompositionStartCapture**: `CompositionEventHandler`\<`HTMLDivElement`\>
1625
+
1626
+ Defined in: node\_modules/@types/react/index.d.ts:2411
1627
+
1628
+ #### Inherited from
1629
+
1630
+ `Omit.onCompositionStartCapture`
1631
+
1632
+ ***
1633
+
1634
+ ### onCompositionUpdate?
1635
+
1636
+ > `optional` **onCompositionUpdate**: `CompositionEventHandler`\<`HTMLDivElement`\>
1637
+
1638
+ Defined in: node\_modules/@types/react/index.d.ts:2412
1639
+
1640
+ #### Inherited from
1641
+
1642
+ `Omit.onCompositionUpdate`
1643
+
1644
+ ***
1645
+
1646
+ ### onCompositionUpdateCapture?
1647
+
1648
+ > `optional` **onCompositionUpdateCapture**: `CompositionEventHandler`\<`HTMLDivElement`\>
1649
+
1650
+ Defined in: node\_modules/@types/react/index.d.ts:2413
1651
+
1652
+ #### Inherited from
1653
+
1654
+ `Omit.onCompositionUpdateCapture`
1655
+
1656
+ ***
1657
+
1658
+ ### onContextMenu?
1659
+
1660
+ > `optional` **onContextMenu**: `MouseEventHandler`\<`HTMLDivElement`\>
1661
+
1662
+ Defined in: node\_modules/@types/react/index.d.ts:2502
1663
+
1664
+ #### Inherited from
1665
+
1666
+ `Omit.onContextMenu`
1667
+
1668
+ ***
1669
+
1670
+ ### onContextMenuCapture?
1671
+
1672
+ > `optional` **onContextMenuCapture**: `MouseEventHandler`\<`HTMLDivElement`\>
1673
+
1674
+ Defined in: node\_modules/@types/react/index.d.ts:2503
1675
+
1676
+ #### Inherited from
1677
+
1678
+ `Omit.onContextMenuCapture`
1679
+
1680
+ ***
1681
+
1682
+ ### onCopy?
1683
+
1684
+ > `optional` **onCopy**: `ClipboardEventHandler`\<`HTMLDivElement`\>
1685
+
1686
+ Defined in: node\_modules/@types/react/index.d.ts:2400
1687
+
1688
+ #### Inherited from
1689
+
1690
+ `Omit.onCopy`
1691
+
1692
+ ***
1693
+
1694
+ ### onCopyCapture?
1695
+
1696
+ > `optional` **onCopyCapture**: `ClipboardEventHandler`\<`HTMLDivElement`\>
1697
+
1698
+ Defined in: node\_modules/@types/react/index.d.ts:2401
1699
+
1700
+ #### Inherited from
1701
+
1702
+ `Omit.onCopyCapture`
1703
+
1704
+ ***
1705
+
1706
+ ### onCut?
1707
+
1708
+ > `optional` **onCut**: `ClipboardEventHandler`\<`HTMLDivElement`\>
1709
+
1710
+ Defined in: node\_modules/@types/react/index.d.ts:2402
1711
+
1712
+ #### Inherited from
1713
+
1714
+ `Omit.onCut`
1715
+
1716
+ ***
1717
+
1718
+ ### onCutCapture?
1719
+
1720
+ > `optional` **onCutCapture**: `ClipboardEventHandler`\<`HTMLDivElement`\>
1721
+
1722
+ Defined in: node\_modules/@types/react/index.d.ts:2403
1723
+
1724
+ #### Inherited from
1725
+
1726
+ `Omit.onCutCapture`
1727
+
1728
+ ***
1729
+
1730
+ ### onDoubleClick?
1731
+
1732
+ > `optional` **onDoubleClick**: `MouseEventHandler`\<`HTMLDivElement`\>
1733
+
1734
+ Defined in: node\_modules/@types/react/index.d.ts:2504
1735
+
1736
+ #### Inherited from
1737
+
1738
+ `Omit.onDoubleClick`
1739
+
1740
+ ***
1741
+
1742
+ ### onDoubleClickCapture?
1743
+
1744
+ > `optional` **onDoubleClickCapture**: `MouseEventHandler`\<`HTMLDivElement`\>
1745
+
1746
+ Defined in: node\_modules/@types/react/index.d.ts:2505
1747
+
1748
+ #### Inherited from
1749
+
1750
+ `Omit.onDoubleClickCapture`
1751
+
1752
+ ***
1753
+
1754
+ ### onDrag?
1755
+
1756
+ > `optional` **onDrag**: `DragEventHandler`\<`HTMLDivElement`\>
1757
+
1758
+ Defined in: node\_modules/@types/react/index.d.ts:2506
1759
+
1760
+ #### Inherited from
1761
+
1762
+ `Omit.onDrag`
1763
+
1764
+ ***
1765
+
1766
+ ### onDragCapture?
1767
+
1768
+ > `optional` **onDragCapture**: `DragEventHandler`\<`HTMLDivElement`\>
1769
+
1770
+ Defined in: node\_modules/@types/react/index.d.ts:2507
1771
+
1772
+ #### Inherited from
1773
+
1774
+ `Omit.onDragCapture`
1775
+
1776
+ ***
1777
+
1778
+ ### onDragEnd?
1779
+
1780
+ > `optional` **onDragEnd**: `DragEventHandler`\<`HTMLDivElement`\>
1781
+
1782
+ Defined in: node\_modules/@types/react/index.d.ts:2508
1783
+
1784
+ #### Inherited from
1785
+
1786
+ `Omit.onDragEnd`
1787
+
1788
+ ***
1789
+
1790
+ ### onDragEndCapture?
1791
+
1792
+ > `optional` **onDragEndCapture**: `DragEventHandler`\<`HTMLDivElement`\>
1793
+
1794
+ Defined in: node\_modules/@types/react/index.d.ts:2509
1795
+
1796
+ #### Inherited from
1797
+
1798
+ `Omit.onDragEndCapture`
1799
+
1800
+ ***
1801
+
1802
+ ### onDragEnter?
1803
+
1804
+ > `optional` **onDragEnter**: `DragEventHandler`\<`HTMLDivElement`\>
1805
+
1806
+ Defined in: node\_modules/@types/react/index.d.ts:2510
1807
+
1808
+ #### Inherited from
1809
+
1810
+ `Omit.onDragEnter`
1811
+
1812
+ ***
1813
+
1814
+ ### onDragEnterCapture?
1815
+
1816
+ > `optional` **onDragEnterCapture**: `DragEventHandler`\<`HTMLDivElement`\>
1817
+
1818
+ Defined in: node\_modules/@types/react/index.d.ts:2511
1819
+
1820
+ #### Inherited from
1821
+
1822
+ `Omit.onDragEnterCapture`
1823
+
1824
+ ***
1825
+
1826
+ ### onDragExit?
1827
+
1828
+ > `optional` **onDragExit**: `DragEventHandler`\<`HTMLDivElement`\>
1829
+
1830
+ Defined in: node\_modules/@types/react/index.d.ts:2512
1831
+
1832
+ #### Inherited from
1833
+
1834
+ `Omit.onDragExit`
1835
+
1836
+ ***
1837
+
1838
+ ### onDragExitCapture?
1839
+
1840
+ > `optional` **onDragExitCapture**: `DragEventHandler`\<`HTMLDivElement`\>
1841
+
1842
+ Defined in: node\_modules/@types/react/index.d.ts:2513
1843
+
1844
+ #### Inherited from
1845
+
1846
+ `Omit.onDragExitCapture`
1847
+
1848
+ ***
1849
+
1850
+ ### onDragLeave?
1851
+
1852
+ > `optional` **onDragLeave**: `DragEventHandler`\<`HTMLDivElement`\>
1853
+
1854
+ Defined in: node\_modules/@types/react/index.d.ts:2514
1855
+
1856
+ #### Inherited from
1857
+
1858
+ `Omit.onDragLeave`
1859
+
1860
+ ***
1861
+
1862
+ ### onDragLeaveCapture?
1863
+
1864
+ > `optional` **onDragLeaveCapture**: `DragEventHandler`\<`HTMLDivElement`\>
1865
+
1866
+ Defined in: node\_modules/@types/react/index.d.ts:2515
1867
+
1868
+ #### Inherited from
1869
+
1870
+ `Omit.onDragLeaveCapture`
1871
+
1872
+ ***
1873
+
1874
+ ### onDragOver?
1875
+
1876
+ > `optional` **onDragOver**: `DragEventHandler`\<`HTMLDivElement`\>
1877
+
1878
+ Defined in: node\_modules/@types/react/index.d.ts:2516
1879
+
1880
+ #### Inherited from
1881
+
1882
+ `Omit.onDragOver`
1883
+
1884
+ ***
1885
+
1886
+ ### onDragOverCapture?
1887
+
1888
+ > `optional` **onDragOverCapture**: `DragEventHandler`\<`HTMLDivElement`\>
1889
+
1890
+ Defined in: node\_modules/@types/react/index.d.ts:2517
1891
+
1892
+ #### Inherited from
1893
+
1894
+ `Omit.onDragOverCapture`
1895
+
1896
+ ***
1897
+
1898
+ ### onDragStart?
1899
+
1900
+ > `optional` **onDragStart**: `DragEventHandler`\<`HTMLDivElement`\>
1901
+
1902
+ Defined in: node\_modules/@types/react/index.d.ts:2518
1903
+
1904
+ #### Inherited from
1905
+
1906
+ `Omit.onDragStart`
1907
+
1908
+ ***
1909
+
1910
+ ### onDragStartCapture?
1911
+
1912
+ > `optional` **onDragStartCapture**: `DragEventHandler`\<`HTMLDivElement`\>
1913
+
1914
+ Defined in: node\_modules/@types/react/index.d.ts:2519
1915
+
1916
+ #### Inherited from
1917
+
1918
+ `Omit.onDragStartCapture`
1919
+
1920
+ ***
1921
+
1922
+ ### onDrop?
1923
+
1924
+ > `optional` **onDrop**: `DragEventHandler`\<`HTMLDivElement`\>
1925
+
1926
+ Defined in: node\_modules/@types/react/index.d.ts:2520
1927
+
1928
+ #### Inherited from
1929
+
1930
+ `Omit.onDrop`
1931
+
1932
+ ***
1933
+
1934
+ ### onDropCapture?
1935
+
1936
+ > `optional` **onDropCapture**: `DragEventHandler`\<`HTMLDivElement`\>
1937
+
1938
+ Defined in: node\_modules/@types/react/index.d.ts:2521
1939
+
1940
+ #### Inherited from
1941
+
1942
+ `Omit.onDropCapture`
1943
+
1944
+ ***
1945
+
1946
+ ### onDurationChange?
1947
+
1948
+ > `optional` **onDurationChange**: `ReactEventHandler`\<`HTMLDivElement`\>
1949
+
1950
+ Defined in: node\_modules/@types/react/index.d.ts:2458
1951
+
1952
+ #### Inherited from
1953
+
1954
+ `Omit.onDurationChange`
1955
+
1956
+ ***
1957
+
1958
+ ### onDurationChangeCapture?
1959
+
1960
+ > `optional` **onDurationChangeCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
1961
+
1962
+ Defined in: node\_modules/@types/react/index.d.ts:2459
1963
+
1964
+ #### Inherited from
1965
+
1966
+ `Omit.onDurationChangeCapture`
1967
+
1968
+ ***
1969
+
1970
+ ### onEmptied?
1971
+
1972
+ > `optional` **onEmptied**: `ReactEventHandler`\<`HTMLDivElement`\>
1973
+
1974
+ Defined in: node\_modules/@types/react/index.d.ts:2460
1975
+
1976
+ #### Inherited from
1977
+
1978
+ `Omit.onEmptied`
1979
+
1980
+ ***
1981
+
1982
+ ### onEmptiedCapture?
1983
+
1984
+ > `optional` **onEmptiedCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
1985
+
1986
+ Defined in: node\_modules/@types/react/index.d.ts:2461
1987
+
1988
+ #### Inherited from
1989
+
1990
+ `Omit.onEmptiedCapture`
1991
+
1992
+ ***
1993
+
1994
+ ### onEncrypted?
1995
+
1996
+ > `optional` **onEncrypted**: `ReactEventHandler`\<`HTMLDivElement`\>
1997
+
1998
+ Defined in: node\_modules/@types/react/index.d.ts:2462
1999
+
2000
+ #### Inherited from
2001
+
2002
+ `Omit.onEncrypted`
2003
+
2004
+ ***
2005
+
2006
+ ### onEncryptedCapture?
2007
+
2008
+ > `optional` **onEncryptedCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2009
+
2010
+ Defined in: node\_modules/@types/react/index.d.ts:2463
2011
+
2012
+ #### Inherited from
2013
+
2014
+ `Omit.onEncryptedCapture`
2015
+
2016
+ ***
2017
+
2018
+ ### onEnded?
2019
+
2020
+ > `optional` **onEnded**: `ReactEventHandler`\<`HTMLDivElement`\>
2021
+
2022
+ Defined in: node\_modules/@types/react/index.d.ts:2464
2023
+
2024
+ #### Inherited from
2025
+
2026
+ `Omit.onEnded`
2027
+
2028
+ ***
2029
+
2030
+ ### onEndedCapture?
2031
+
2032
+ > `optional` **onEndedCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2033
+
2034
+ Defined in: node\_modules/@types/react/index.d.ts:2465
2035
+
2036
+ #### Inherited from
2037
+
2038
+ `Omit.onEndedCapture`
2039
+
2040
+ ***
2041
+
2042
+ ### onError?
2043
+
2044
+ > `optional` **onError**: `ReactEventHandler`\<`HTMLDivElement`\>
2045
+
2046
+ Defined in: node\_modules/@types/react/index.d.ts:2438
2047
+
2048
+ #### Inherited from
2049
+
2050
+ `Omit.onError`
2051
+
2052
+ ***
2053
+
2054
+ ### onErrorCapture?
2055
+
2056
+ > `optional` **onErrorCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2057
+
2058
+ Defined in: node\_modules/@types/react/index.d.ts:2439
2059
+
2060
+ #### Inherited from
2061
+
2062
+ `Omit.onErrorCapture`
2063
+
2064
+ ***
2065
+
2066
+ ### onFocus?
2067
+
2068
+ > `optional` **onFocus**: `FocusEventHandler`\<`HTMLDivElement`\>
2069
+
2070
+ Defined in: node\_modules/@types/react/index.d.ts:2416
2071
+
2072
+ #### Inherited from
2073
+
2074
+ `Omit.onFocus`
2075
+
2076
+ ***
2077
+
2078
+ ### onFocusCapture?
2079
+
2080
+ > `optional` **onFocusCapture**: `FocusEventHandler`\<`HTMLDivElement`\>
2081
+
2082
+ Defined in: node\_modules/@types/react/index.d.ts:2417
2083
+
2084
+ #### Inherited from
2085
+
2086
+ `Omit.onFocusCapture`
2087
+
2088
+ ***
2089
+
2090
+ ### onGotPointerCapture?
2091
+
2092
+ > `optional` **onGotPointerCapture**: `PointerEventHandler`\<`HTMLDivElement`\>
2093
+
2094
+ Defined in: node\_modules/@types/react/index.d.ts:2564
2095
+
2096
+ #### Inherited from
2097
+
2098
+ `Omit.onGotPointerCapture`
2099
+
2100
+ ***
2101
+
2102
+ ### onGotPointerCaptureCapture?
2103
+
2104
+ > `optional` **onGotPointerCaptureCapture**: `PointerEventHandler`\<`HTMLDivElement`\>
2105
+
2106
+ Defined in: node\_modules/@types/react/index.d.ts:2565
2107
+
2108
+ #### Inherited from
2109
+
2110
+ `Omit.onGotPointerCaptureCapture`
2111
+
2112
+ ***
2113
+
2114
+ ### onInput?
2115
+
2116
+ > `optional` **onInput**: `FormEventHandler`\<`HTMLDivElement`\>
2117
+
2118
+ Defined in: node\_modules/@types/react/index.d.ts:2426
2119
+
2120
+ #### Inherited from
2121
+
2122
+ `Omit.onInput`
2123
+
2124
+ ***
2125
+
2126
+ ### onInputCapture?
2127
+
2128
+ > `optional` **onInputCapture**: `FormEventHandler`\<`HTMLDivElement`\>
2129
+
2130
+ Defined in: node\_modules/@types/react/index.d.ts:2427
2131
+
2132
+ #### Inherited from
2133
+
2134
+ `Omit.onInputCapture`
2135
+
2136
+ ***
2137
+
2138
+ ### onInvalid?
2139
+
2140
+ > `optional` **onInvalid**: `FormEventHandler`\<`HTMLDivElement`\>
2141
+
2142
+ Defined in: node\_modules/@types/react/index.d.ts:2432
2143
+
2144
+ #### Inherited from
2145
+
2146
+ `Omit.onInvalid`
2147
+
2148
+ ***
2149
+
2150
+ ### onInvalidCapture?
2151
+
2152
+ > `optional` **onInvalidCapture**: `FormEventHandler`\<`HTMLDivElement`\>
2153
+
2154
+ Defined in: node\_modules/@types/react/index.d.ts:2433
2155
+
2156
+ #### Inherited from
2157
+
2158
+ `Omit.onInvalidCapture`
2159
+
2160
+ ***
2161
+
2162
+ ### onKeyDown?
2163
+
2164
+ > `optional` **onKeyDown**: `KeyboardEventHandler`\<`HTMLDivElement`\>
2165
+
2166
+ Defined in: node\_modules/@types/react/index.d.ts:2442
2167
+
2168
+ #### Inherited from
2169
+
2170
+ `Omit.onKeyDown`
2171
+
2172
+ ***
2173
+
2174
+ ### onKeyDownCapture?
2175
+
2176
+ > `optional` **onKeyDownCapture**: `KeyboardEventHandler`\<`HTMLDivElement`\>
2177
+
2178
+ Defined in: node\_modules/@types/react/index.d.ts:2443
2179
+
2180
+ #### Inherited from
2181
+
2182
+ `Omit.onKeyDownCapture`
2183
+
2184
+ ***
2185
+
2186
+ ### ~~onKeyPress?~~
2187
+
2188
+ > `optional` **onKeyPress**: `KeyboardEventHandler`\<`HTMLDivElement`\>
2189
+
2190
+ Defined in: node\_modules/@types/react/index.d.ts:2445
2191
+
2192
+ #### Deprecated
2193
+
2194
+ Use `onKeyUp` or `onKeyDown` instead
2195
+
2196
+ #### Inherited from
2197
+
2198
+ `Omit.onKeyPress`
2199
+
2200
+ ***
2201
+
2202
+ ### ~~onKeyPressCapture?~~
2203
+
2204
+ > `optional` **onKeyPressCapture**: `KeyboardEventHandler`\<`HTMLDivElement`\>
2205
+
2206
+ Defined in: node\_modules/@types/react/index.d.ts:2447
2207
+
2208
+ #### Deprecated
2209
+
2210
+ Use `onKeyUpCapture` or `onKeyDownCapture` instead
2211
+
2212
+ #### Inherited from
2213
+
2214
+ `Omit.onKeyPressCapture`
2215
+
2216
+ ***
2217
+
2218
+ ### onKeyUp?
2219
+
2220
+ > `optional` **onKeyUp**: `KeyboardEventHandler`\<`HTMLDivElement`\>
2221
+
2222
+ Defined in: node\_modules/@types/react/index.d.ts:2448
2223
+
2224
+ #### Inherited from
2225
+
2226
+ `Omit.onKeyUp`
2227
+
2228
+ ***
2229
+
2230
+ ### onKeyUpCapture?
2231
+
2232
+ > `optional` **onKeyUpCapture**: `KeyboardEventHandler`\<`HTMLDivElement`\>
2233
+
2234
+ Defined in: node\_modules/@types/react/index.d.ts:2449
2235
+
2236
+ #### Inherited from
2237
+
2238
+ `Omit.onKeyUpCapture`
2239
+
2240
+ ***
2241
+
2242
+ ### onLoad?
2243
+
2244
+ > `optional` **onLoad**: `ReactEventHandler`\<`HTMLDivElement`\>
2245
+
2246
+ Defined in: node\_modules/@types/react/index.d.ts:2436
2247
+
2248
+ #### Inherited from
2249
+
2250
+ `Omit.onLoad`
2251
+
2252
+ ***
2253
+
2254
+ ### onLoadCapture?
2255
+
2256
+ > `optional` **onLoadCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2257
+
2258
+ Defined in: node\_modules/@types/react/index.d.ts:2437
2259
+
2260
+ #### Inherited from
2261
+
2262
+ `Omit.onLoadCapture`
2263
+
2264
+ ***
2265
+
2266
+ ### onLoadedData?
2267
+
2268
+ > `optional` **onLoadedData**: `ReactEventHandler`\<`HTMLDivElement`\>
2269
+
2270
+ Defined in: node\_modules/@types/react/index.d.ts:2466
2271
+
2272
+ #### Inherited from
2273
+
2274
+ `Omit.onLoadedData`
2275
+
2276
+ ***
2277
+
2278
+ ### onLoadedDataCapture?
2279
+
2280
+ > `optional` **onLoadedDataCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2281
+
2282
+ Defined in: node\_modules/@types/react/index.d.ts:2467
2283
+
2284
+ #### Inherited from
2285
+
2286
+ `Omit.onLoadedDataCapture`
2287
+
2288
+ ***
2289
+
2290
+ ### onLoadedMetadata?
2291
+
2292
+ > `optional` **onLoadedMetadata**: `ReactEventHandler`\<`HTMLDivElement`\>
2293
+
2294
+ Defined in: node\_modules/@types/react/index.d.ts:2468
2295
+
2296
+ #### Inherited from
2297
+
2298
+ `Omit.onLoadedMetadata`
2299
+
2300
+ ***
2301
+
2302
+ ### onLoadedMetadataCapture?
2303
+
2304
+ > `optional` **onLoadedMetadataCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2305
+
2306
+ Defined in: node\_modules/@types/react/index.d.ts:2469
2307
+
2308
+ #### Inherited from
2309
+
2310
+ `Omit.onLoadedMetadataCapture`
2311
+
2312
+ ***
2313
+
2314
+ ### onLoadStart?
2315
+
2316
+ > `optional` **onLoadStart**: `ReactEventHandler`\<`HTMLDivElement`\>
2317
+
2318
+ Defined in: node\_modules/@types/react/index.d.ts:2470
2319
+
2320
+ #### Inherited from
2321
+
2322
+ `Omit.onLoadStart`
2323
+
2324
+ ***
2325
+
2326
+ ### onLoadStartCapture?
2327
+
2328
+ > `optional` **onLoadStartCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2329
+
2330
+ Defined in: node\_modules/@types/react/index.d.ts:2471
2331
+
2332
+ #### Inherited from
2333
+
2334
+ `Omit.onLoadStartCapture`
2335
+
2336
+ ***
2337
+
2338
+ ### onLostPointerCapture?
2339
+
2340
+ > `optional` **onLostPointerCapture**: `PointerEventHandler`\<`HTMLDivElement`\>
2341
+
2342
+ Defined in: node\_modules/@types/react/index.d.ts:2566
2343
+
2344
+ #### Inherited from
2345
+
2346
+ `Omit.onLostPointerCapture`
2347
+
2348
+ ***
2349
+
2350
+ ### onLostPointerCaptureCapture?
2351
+
2352
+ > `optional` **onLostPointerCaptureCapture**: `PointerEventHandler`\<`HTMLDivElement`\>
2353
+
2354
+ Defined in: node\_modules/@types/react/index.d.ts:2567
2355
+
2356
+ #### Inherited from
2357
+
2358
+ `Omit.onLostPointerCaptureCapture`
2359
+
2360
+ ***
2361
+
2362
+ ### onMouseDown?
2363
+
2364
+ > `optional` **onMouseDown**: `MouseEventHandler`\<`HTMLDivElement`\>
2365
+
2366
+ Defined in: node\_modules/@types/react/index.d.ts:2522
2367
+
2368
+ #### Inherited from
2369
+
2370
+ `Omit.onMouseDown`
2371
+
2372
+ ***
2373
+
2374
+ ### onMouseDownCapture?
2375
+
2376
+ > `optional` **onMouseDownCapture**: `MouseEventHandler`\<`HTMLDivElement`\>
2377
+
2378
+ Defined in: node\_modules/@types/react/index.d.ts:2523
2379
+
2380
+ #### Inherited from
2381
+
2382
+ `Omit.onMouseDownCapture`
2383
+
2384
+ ***
2385
+
2386
+ ### onMouseEnter?
2387
+
2388
+ > `optional` **onMouseEnter**: `MouseEventHandler`\<`HTMLDivElement`\>
2389
+
2390
+ Defined in: node\_modules/@types/react/index.d.ts:2524
2391
+
2392
+ #### Inherited from
2393
+
2394
+ `Omit.onMouseEnter`
2395
+
2396
+ ***
2397
+
2398
+ ### onMouseLeave?
2399
+
2400
+ > `optional` **onMouseLeave**: `MouseEventHandler`\<`HTMLDivElement`\>
2401
+
2402
+ Defined in: node\_modules/@types/react/index.d.ts:2525
2403
+
2404
+ #### Inherited from
2405
+
2406
+ `Omit.onMouseLeave`
2407
+
2408
+ ***
2409
+
2410
+ ### onMouseMove?
2411
+
2412
+ > `optional` **onMouseMove**: `MouseEventHandler`\<`HTMLDivElement`\>
2413
+
2414
+ Defined in: node\_modules/@types/react/index.d.ts:2526
2415
+
2416
+ #### Inherited from
2417
+
2418
+ `Omit.onMouseMove`
2419
+
2420
+ ***
2421
+
2422
+ ### onMouseMoveCapture?
2423
+
2424
+ > `optional` **onMouseMoveCapture**: `MouseEventHandler`\<`HTMLDivElement`\>
2425
+
2426
+ Defined in: node\_modules/@types/react/index.d.ts:2527
2427
+
2428
+ #### Inherited from
2429
+
2430
+ `Omit.onMouseMoveCapture`
2431
+
2432
+ ***
2433
+
2434
+ ### onMouseOut?
2435
+
2436
+ > `optional` **onMouseOut**: `MouseEventHandler`\<`HTMLDivElement`\>
2437
+
2438
+ Defined in: node\_modules/@types/react/index.d.ts:2528
2439
+
2440
+ #### Inherited from
2441
+
2442
+ `Omit.onMouseOut`
2443
+
2444
+ ***
2445
+
2446
+ ### onMouseOutCapture?
2447
+
2448
+ > `optional` **onMouseOutCapture**: `MouseEventHandler`\<`HTMLDivElement`\>
2449
+
2450
+ Defined in: node\_modules/@types/react/index.d.ts:2529
2451
+
2452
+ #### Inherited from
2453
+
2454
+ `Omit.onMouseOutCapture`
2455
+
2456
+ ***
2457
+
2458
+ ### onMouseOver?
2459
+
2460
+ > `optional` **onMouseOver**: `MouseEventHandler`\<`HTMLDivElement`\>
2461
+
2462
+ Defined in: node\_modules/@types/react/index.d.ts:2530
2463
+
2464
+ #### Inherited from
2465
+
2466
+ `Omit.onMouseOver`
2467
+
2468
+ ***
2469
+
2470
+ ### onMouseOverCapture?
2471
+
2472
+ > `optional` **onMouseOverCapture**: `MouseEventHandler`\<`HTMLDivElement`\>
2473
+
2474
+ Defined in: node\_modules/@types/react/index.d.ts:2531
2475
+
2476
+ #### Inherited from
2477
+
2478
+ `Omit.onMouseOverCapture`
2479
+
2480
+ ***
2481
+
2482
+ ### onMouseUp?
2483
+
2484
+ > `optional` **onMouseUp**: `MouseEventHandler`\<`HTMLDivElement`\>
2485
+
2486
+ Defined in: node\_modules/@types/react/index.d.ts:2532
2487
+
2488
+ #### Inherited from
2489
+
2490
+ `Omit.onMouseUp`
2491
+
2492
+ ***
2493
+
2494
+ ### onMouseUpCapture?
2495
+
2496
+ > `optional` **onMouseUpCapture**: `MouseEventHandler`\<`HTMLDivElement`\>
2497
+
2498
+ Defined in: node\_modules/@types/react/index.d.ts:2533
2499
+
2500
+ #### Inherited from
2501
+
2502
+ `Omit.onMouseUpCapture`
2503
+
2504
+ ***
2505
+
2506
+ ### onPaste?
2507
+
2508
+ > `optional` **onPaste**: `ClipboardEventHandler`\<`HTMLDivElement`\>
2509
+
2510
+ Defined in: node\_modules/@types/react/index.d.ts:2404
2511
+
2512
+ #### Inherited from
2513
+
2514
+ `Omit.onPaste`
2515
+
2516
+ ***
2517
+
2518
+ ### onPasteCapture?
2519
+
2520
+ > `optional` **onPasteCapture**: `ClipboardEventHandler`\<`HTMLDivElement`\>
2521
+
2522
+ Defined in: node\_modules/@types/react/index.d.ts:2405
2523
+
2524
+ #### Inherited from
2525
+
2526
+ `Omit.onPasteCapture`
2527
+
2528
+ ***
2529
+
2530
+ ### onPause?
2531
+
2532
+ > `optional` **onPause**: `ReactEventHandler`\<`HTMLDivElement`\>
2533
+
2534
+ Defined in: node\_modules/@types/react/index.d.ts:2472
2535
+
2536
+ #### Inherited from
2537
+
2538
+ `Omit.onPause`
2539
+
2540
+ ***
2541
+
2542
+ ### onPauseCapture?
2543
+
2544
+ > `optional` **onPauseCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2545
+
2546
+ Defined in: node\_modules/@types/react/index.d.ts:2473
2547
+
2548
+ #### Inherited from
2549
+
2550
+ `Omit.onPauseCapture`
2551
+
2552
+ ***
2553
+
2554
+ ### onPlay?
2555
+
2556
+ > `optional` **onPlay**: `ReactEventHandler`\<`HTMLDivElement`\>
2557
+
2558
+ Defined in: node\_modules/@types/react/index.d.ts:2474
2559
+
2560
+ #### Inherited from
2561
+
2562
+ `Omit.onPlay`
2563
+
2564
+ ***
2565
+
2566
+ ### onPlayCapture?
2567
+
2568
+ > `optional` **onPlayCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2569
+
2570
+ Defined in: node\_modules/@types/react/index.d.ts:2475
2571
+
2572
+ #### Inherited from
2573
+
2574
+ `Omit.onPlayCapture`
2575
+
2576
+ ***
2577
+
2578
+ ### onPlaying?
2579
+
2580
+ > `optional` **onPlaying**: `ReactEventHandler`\<`HTMLDivElement`\>
2581
+
2582
+ Defined in: node\_modules/@types/react/index.d.ts:2476
2583
+
2584
+ #### Inherited from
2585
+
2586
+ `Omit.onPlaying`
2587
+
2588
+ ***
2589
+
2590
+ ### onPlayingCapture?
2591
+
2592
+ > `optional` **onPlayingCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2593
+
2594
+ Defined in: node\_modules/@types/react/index.d.ts:2477
2595
+
2596
+ #### Inherited from
2597
+
2598
+ `Omit.onPlayingCapture`
2599
+
2600
+ ***
2601
+
2602
+ ### onPointerCancel?
2603
+
2604
+ > `optional` **onPointerCancel**: `PointerEventHandler`\<`HTMLDivElement`\>
2605
+
2606
+ Defined in: node\_modules/@types/react/index.d.ts:2556
2607
+
2608
+ #### Inherited from
2609
+
2610
+ `Omit.onPointerCancel`
2611
+
2612
+ ***
2613
+
2614
+ ### onPointerCancelCapture?
2615
+
2616
+ > `optional` **onPointerCancelCapture**: `PointerEventHandler`\<`HTMLDivElement`\>
2617
+
2618
+ Defined in: node\_modules/@types/react/index.d.ts:2557
2619
+
2620
+ #### Inherited from
2621
+
2622
+ `Omit.onPointerCancelCapture`
2623
+
2624
+ ***
2625
+
2626
+ ### onPointerDown?
2627
+
2628
+ > `optional` **onPointerDown**: `PointerEventHandler`\<`HTMLDivElement`\>
2629
+
2630
+ Defined in: node\_modules/@types/react/index.d.ts:2550
2631
+
2632
+ #### Inherited from
2633
+
2634
+ `Omit.onPointerDown`
2635
+
2636
+ ***
2637
+
2638
+ ### onPointerDownCapture?
2639
+
2640
+ > `optional` **onPointerDownCapture**: `PointerEventHandler`\<`HTMLDivElement`\>
2641
+
2642
+ Defined in: node\_modules/@types/react/index.d.ts:2551
2643
+
2644
+ #### Inherited from
2645
+
2646
+ `Omit.onPointerDownCapture`
2647
+
2648
+ ***
2649
+
2650
+ ### onPointerEnter?
2651
+
2652
+ > `optional` **onPointerEnter**: `PointerEventHandler`\<`HTMLDivElement`\>
2653
+
2654
+ Defined in: node\_modules/@types/react/index.d.ts:2558
2655
+
2656
+ #### Inherited from
2657
+
2658
+ `Omit.onPointerEnter`
2659
+
2660
+ ***
2661
+
2662
+ ### onPointerLeave?
2663
+
2664
+ > `optional` **onPointerLeave**: `PointerEventHandler`\<`HTMLDivElement`\>
2665
+
2666
+ Defined in: node\_modules/@types/react/index.d.ts:2559
2667
+
2668
+ #### Inherited from
2669
+
2670
+ `Omit.onPointerLeave`
2671
+
2672
+ ***
2673
+
2674
+ ### onPointerMove?
2675
+
2676
+ > `optional` **onPointerMove**: `PointerEventHandler`\<`HTMLDivElement`\>
2677
+
2678
+ Defined in: node\_modules/@types/react/index.d.ts:2552
2679
+
2680
+ #### Inherited from
2681
+
2682
+ `Omit.onPointerMove`
2683
+
2684
+ ***
2685
+
2686
+ ### onPointerMoveCapture?
2687
+
2688
+ > `optional` **onPointerMoveCapture**: `PointerEventHandler`\<`HTMLDivElement`\>
2689
+
2690
+ Defined in: node\_modules/@types/react/index.d.ts:2553
2691
+
2692
+ #### Inherited from
2693
+
2694
+ `Omit.onPointerMoveCapture`
2695
+
2696
+ ***
2697
+
2698
+ ### onPointerOut?
2699
+
2700
+ > `optional` **onPointerOut**: `PointerEventHandler`\<`HTMLDivElement`\>
2701
+
2702
+ Defined in: node\_modules/@types/react/index.d.ts:2562
2703
+
2704
+ #### Inherited from
2705
+
2706
+ `Omit.onPointerOut`
2707
+
2708
+ ***
2709
+
2710
+ ### onPointerOutCapture?
2711
+
2712
+ > `optional` **onPointerOutCapture**: `PointerEventHandler`\<`HTMLDivElement`\>
2713
+
2714
+ Defined in: node\_modules/@types/react/index.d.ts:2563
2715
+
2716
+ #### Inherited from
2717
+
2718
+ `Omit.onPointerOutCapture`
2719
+
2720
+ ***
2721
+
2722
+ ### onPointerOver?
2723
+
2724
+ > `optional` **onPointerOver**: `PointerEventHandler`\<`HTMLDivElement`\>
2725
+
2726
+ Defined in: node\_modules/@types/react/index.d.ts:2560
2727
+
2728
+ #### Inherited from
2729
+
2730
+ `Omit.onPointerOver`
2731
+
2732
+ ***
2733
+
2734
+ ### onPointerOverCapture?
2735
+
2736
+ > `optional` **onPointerOverCapture**: `PointerEventHandler`\<`HTMLDivElement`\>
2737
+
2738
+ Defined in: node\_modules/@types/react/index.d.ts:2561
2739
+
2740
+ #### Inherited from
2741
+
2742
+ `Omit.onPointerOverCapture`
2743
+
2744
+ ***
2745
+
2746
+ ### onPointerUp?
2747
+
2748
+ > `optional` **onPointerUp**: `PointerEventHandler`\<`HTMLDivElement`\>
2749
+
2750
+ Defined in: node\_modules/@types/react/index.d.ts:2554
2751
+
2752
+ #### Inherited from
2753
+
2754
+ `Omit.onPointerUp`
2755
+
2756
+ ***
2757
+
2758
+ ### onPointerUpCapture?
2759
+
2760
+ > `optional` **onPointerUpCapture**: `PointerEventHandler`\<`HTMLDivElement`\>
2761
+
2762
+ Defined in: node\_modules/@types/react/index.d.ts:2555
2763
+
2764
+ #### Inherited from
2765
+
2766
+ `Omit.onPointerUpCapture`
2767
+
2768
+ ***
2769
+
2770
+ ### onProgress?
2771
+
2772
+ > `optional` **onProgress**: `ReactEventHandler`\<`HTMLDivElement`\>
2773
+
2774
+ Defined in: node\_modules/@types/react/index.d.ts:2478
2775
+
2776
+ #### Inherited from
2777
+
2778
+ `Omit.onProgress`
2779
+
2780
+ ***
2781
+
2782
+ ### onProgressCapture?
2783
+
2784
+ > `optional` **onProgressCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2785
+
2786
+ Defined in: node\_modules/@types/react/index.d.ts:2479
2787
+
2788
+ #### Inherited from
2789
+
2790
+ `Omit.onProgressCapture`
2791
+
2792
+ ***
2793
+
2794
+ ### onRateChange?
2795
+
2796
+ > `optional` **onRateChange**: `ReactEventHandler`\<`HTMLDivElement`\>
2797
+
2798
+ Defined in: node\_modules/@types/react/index.d.ts:2480
2799
+
2800
+ #### Inherited from
2801
+
2802
+ `Omit.onRateChange`
2803
+
2804
+ ***
2805
+
2806
+ ### onRateChangeCapture?
2807
+
2808
+ > `optional` **onRateChangeCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2809
+
2810
+ Defined in: node\_modules/@types/react/index.d.ts:2481
2811
+
2812
+ #### Inherited from
2813
+
2814
+ `Omit.onRateChangeCapture`
2815
+
2816
+ ***
2817
+
2818
+ ### onReset?
2819
+
2820
+ > `optional` **onReset**: `FormEventHandler`\<`HTMLDivElement`\>
2821
+
2822
+ Defined in: node\_modules/@types/react/index.d.ts:2428
2823
+
2824
+ #### Inherited from
2825
+
2826
+ `Omit.onReset`
2827
+
2828
+ ***
2829
+
2830
+ ### onResetCapture?
2831
+
2832
+ > `optional` **onResetCapture**: `FormEventHandler`\<`HTMLDivElement`\>
2833
+
2834
+ Defined in: node\_modules/@types/react/index.d.ts:2429
2835
+
2836
+ #### Inherited from
2837
+
2838
+ `Omit.onResetCapture`
2839
+
2840
+ ***
2841
+
2842
+ ### onScroll?
2843
+
2844
+ > `optional` **onScroll**: `UIEventHandler`\<`HTMLDivElement`\>
2845
+
2846
+ Defined in: node\_modules/@types/react/index.d.ts:2570
2847
+
2848
+ #### Inherited from
2849
+
2850
+ `Omit.onScroll`
2851
+
2852
+ ***
2853
+
2854
+ ### onScrollCapture?
2855
+
2856
+ > `optional` **onScrollCapture**: `UIEventHandler`\<`HTMLDivElement`\>
2857
+
2858
+ Defined in: node\_modules/@types/react/index.d.ts:2571
2859
+
2860
+ #### Inherited from
2861
+
2862
+ `Omit.onScrollCapture`
2863
+
2864
+ ***
2865
+
2866
+ ### onSeeked?
2867
+
2868
+ > `optional` **onSeeked**: `ReactEventHandler`\<`HTMLDivElement`\>
2869
+
2870
+ Defined in: node\_modules/@types/react/index.d.ts:2482
2871
+
2872
+ #### Inherited from
2873
+
2874
+ `Omit.onSeeked`
2875
+
2876
+ ***
2877
+
2878
+ ### onSeekedCapture?
2879
+
2880
+ > `optional` **onSeekedCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2881
+
2882
+ Defined in: node\_modules/@types/react/index.d.ts:2483
2883
+
2884
+ #### Inherited from
2885
+
2886
+ `Omit.onSeekedCapture`
2887
+
2888
+ ***
2889
+
2890
+ ### onSeeking?
2891
+
2892
+ > `optional` **onSeeking**: `ReactEventHandler`\<`HTMLDivElement`\>
2893
+
2894
+ Defined in: node\_modules/@types/react/index.d.ts:2484
2895
+
2896
+ #### Inherited from
2897
+
2898
+ `Omit.onSeeking`
2899
+
2900
+ ***
2901
+
2902
+ ### onSeekingCapture?
2903
+
2904
+ > `optional` **onSeekingCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2905
+
2906
+ Defined in: node\_modules/@types/react/index.d.ts:2485
2907
+
2908
+ #### Inherited from
2909
+
2910
+ `Omit.onSeekingCapture`
2911
+
2912
+ ***
2913
+
2914
+ ### onSelect?
2915
+
2916
+ > `optional` **onSelect**: `ReactEventHandler`\<`HTMLDivElement`\>
2917
+
2918
+ Defined in: node\_modules/@types/react/index.d.ts:2536
2919
+
2920
+ #### Inherited from
2921
+
2922
+ `Omit.onSelect`
2923
+
2924
+ ***
2925
+
2926
+ ### onSelectCapture?
2927
+
2928
+ > `optional` **onSelectCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2929
+
2930
+ Defined in: node\_modules/@types/react/index.d.ts:2537
2931
+
2932
+ #### Inherited from
2933
+
2934
+ `Omit.onSelectCapture`
2935
+
2936
+ ***
2937
+
2938
+ ### onStalled?
2939
+
2940
+ > `optional` **onStalled**: `ReactEventHandler`\<`HTMLDivElement`\>
2941
+
2942
+ Defined in: node\_modules/@types/react/index.d.ts:2486
2943
+
2944
+ #### Inherited from
2945
+
2946
+ `Omit.onStalled`
2947
+
2948
+ ***
2949
+
2950
+ ### onStalledCapture?
2951
+
2952
+ > `optional` **onStalledCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
2953
+
2954
+ Defined in: node\_modules/@types/react/index.d.ts:2487
2955
+
2956
+ #### Inherited from
2957
+
2958
+ `Omit.onStalledCapture`
2959
+
2960
+ ***
2961
+
2962
+ ### onSubmit?
2963
+
2964
+ > `optional` **onSubmit**: `FormEventHandler`\<`HTMLDivElement`\>
2965
+
2966
+ Defined in: node\_modules/@types/react/index.d.ts:2430
2967
+
2968
+ #### Inherited from
2969
+
2970
+ `Omit.onSubmit`
2971
+
2972
+ ***
2973
+
2974
+ ### onSubmitCapture?
2975
+
2976
+ > `optional` **onSubmitCapture**: `FormEventHandler`\<`HTMLDivElement`\>
2977
+
2978
+ Defined in: node\_modules/@types/react/index.d.ts:2431
2979
+
2980
+ #### Inherited from
2981
+
2982
+ `Omit.onSubmitCapture`
2983
+
2984
+ ***
2985
+
2986
+ ### onSuspend?
2987
+
2988
+ > `optional` **onSuspend**: `ReactEventHandler`\<`HTMLDivElement`\>
2989
+
2990
+ Defined in: node\_modules/@types/react/index.d.ts:2488
2991
+
2992
+ #### Inherited from
2993
+
2994
+ `Omit.onSuspend`
2995
+
2996
+ ***
2997
+
2998
+ ### onSuspendCapture?
2999
+
3000
+ > `optional` **onSuspendCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
3001
+
3002
+ Defined in: node\_modules/@types/react/index.d.ts:2489
3003
+
3004
+ #### Inherited from
3005
+
3006
+ `Omit.onSuspendCapture`
3007
+
3008
+ ***
3009
+
3010
+ ### onTimeUpdate?
3011
+
3012
+ > `optional` **onTimeUpdate**: `ReactEventHandler`\<`HTMLDivElement`\>
3013
+
3014
+ Defined in: node\_modules/@types/react/index.d.ts:2490
3015
+
3016
+ #### Inherited from
3017
+
3018
+ `Omit.onTimeUpdate`
3019
+
3020
+ ***
3021
+
3022
+ ### onTimeUpdateCapture?
3023
+
3024
+ > `optional` **onTimeUpdateCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
3025
+
3026
+ Defined in: node\_modules/@types/react/index.d.ts:2491
3027
+
3028
+ #### Inherited from
3029
+
3030
+ `Omit.onTimeUpdateCapture`
3031
+
3032
+ ***
3033
+
3034
+ ### onTouchCancel?
3035
+
3036
+ > `optional` **onTouchCancel**: `TouchEventHandler`\<`HTMLDivElement`\>
3037
+
3038
+ Defined in: node\_modules/@types/react/index.d.ts:2540
3039
+
3040
+ #### Inherited from
3041
+
3042
+ `Omit.onTouchCancel`
3043
+
3044
+ ***
3045
+
3046
+ ### onTouchCancelCapture?
3047
+
3048
+ > `optional` **onTouchCancelCapture**: `TouchEventHandler`\<`HTMLDivElement`\>
3049
+
3050
+ Defined in: node\_modules/@types/react/index.d.ts:2541
3051
+
3052
+ #### Inherited from
3053
+
3054
+ `Omit.onTouchCancelCapture`
3055
+
3056
+ ***
3057
+
3058
+ ### onTouchEnd?
3059
+
3060
+ > `optional` **onTouchEnd**: `TouchEventHandler`\<`HTMLDivElement`\>
3061
+
3062
+ Defined in: node\_modules/@types/react/index.d.ts:2542
3063
+
3064
+ #### Inherited from
3065
+
3066
+ `Omit.onTouchEnd`
3067
+
3068
+ ***
3069
+
3070
+ ### onTouchEndCapture?
3071
+
3072
+ > `optional` **onTouchEndCapture**: `TouchEventHandler`\<`HTMLDivElement`\>
3073
+
3074
+ Defined in: node\_modules/@types/react/index.d.ts:2543
3075
+
3076
+ #### Inherited from
3077
+
3078
+ `Omit.onTouchEndCapture`
3079
+
3080
+ ***
3081
+
3082
+ ### onTouchMove?
3083
+
3084
+ > `optional` **onTouchMove**: `TouchEventHandler`\<`HTMLDivElement`\>
3085
+
3086
+ Defined in: node\_modules/@types/react/index.d.ts:2544
3087
+
3088
+ #### Inherited from
3089
+
3090
+ `Omit.onTouchMove`
3091
+
3092
+ ***
3093
+
3094
+ ### onTouchMoveCapture?
3095
+
3096
+ > `optional` **onTouchMoveCapture**: `TouchEventHandler`\<`HTMLDivElement`\>
3097
+
3098
+ Defined in: node\_modules/@types/react/index.d.ts:2545
3099
+
3100
+ #### Inherited from
3101
+
3102
+ `Omit.onTouchMoveCapture`
3103
+
3104
+ ***
3105
+
3106
+ ### onTouchStart?
3107
+
3108
+ > `optional` **onTouchStart**: `TouchEventHandler`\<`HTMLDivElement`\>
3109
+
3110
+ Defined in: node\_modules/@types/react/index.d.ts:2546
3111
+
3112
+ #### Inherited from
3113
+
3114
+ `Omit.onTouchStart`
3115
+
3116
+ ***
3117
+
3118
+ ### onTouchStartCapture?
3119
+
3120
+ > `optional` **onTouchStartCapture**: `TouchEventHandler`\<`HTMLDivElement`\>
3121
+
3122
+ Defined in: node\_modules/@types/react/index.d.ts:2547
3123
+
3124
+ #### Inherited from
3125
+
3126
+ `Omit.onTouchStartCapture`
3127
+
3128
+ ***
3129
+
3130
+ ### onTransitionEnd?
3131
+
3132
+ > `optional` **onTransitionEnd**: `TransitionEventHandler`\<`HTMLDivElement`\>
3133
+
3134
+ Defined in: node\_modules/@types/react/index.d.ts:2586
3135
+
3136
+ #### Inherited from
3137
+
3138
+ `Omit.onTransitionEnd`
3139
+
3140
+ ***
3141
+
3142
+ ### onTransitionEndCapture?
3143
+
3144
+ > `optional` **onTransitionEndCapture**: `TransitionEventHandler`\<`HTMLDivElement`\>
3145
+
3146
+ Defined in: node\_modules/@types/react/index.d.ts:2587
3147
+
3148
+ #### Inherited from
3149
+
3150
+ `Omit.onTransitionEndCapture`
3151
+
3152
+ ***
3153
+
3154
+ ### onVolumeChange?
3155
+
3156
+ > `optional` **onVolumeChange**: `ReactEventHandler`\<`HTMLDivElement`\>
3157
+
3158
+ Defined in: node\_modules/@types/react/index.d.ts:2492
3159
+
3160
+ #### Inherited from
3161
+
3162
+ `Omit.onVolumeChange`
3163
+
3164
+ ***
3165
+
3166
+ ### onVolumeChangeCapture?
3167
+
3168
+ > `optional` **onVolumeChangeCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
3169
+
3170
+ Defined in: node\_modules/@types/react/index.d.ts:2493
3171
+
3172
+ #### Inherited from
3173
+
3174
+ `Omit.onVolumeChangeCapture`
3175
+
3176
+ ***
3177
+
3178
+ ### onWaiting?
3179
+
3180
+ > `optional` **onWaiting**: `ReactEventHandler`\<`HTMLDivElement`\>
3181
+
3182
+ Defined in: node\_modules/@types/react/index.d.ts:2494
3183
+
3184
+ #### Inherited from
3185
+
3186
+ `Omit.onWaiting`
3187
+
3188
+ ***
3189
+
3190
+ ### onWaitingCapture?
3191
+
3192
+ > `optional` **onWaitingCapture**: `ReactEventHandler`\<`HTMLDivElement`\>
3193
+
3194
+ Defined in: node\_modules/@types/react/index.d.ts:2495
3195
+
3196
+ #### Inherited from
3197
+
3198
+ `Omit.onWaitingCapture`
3199
+
3200
+ ***
3201
+
3202
+ ### onWheel?
3203
+
3204
+ > `optional` **onWheel**: `WheelEventHandler`\<`HTMLDivElement`\>
3205
+
3206
+ Defined in: node\_modules/@types/react/index.d.ts:2574
3207
+
3208
+ #### Inherited from
3209
+
3210
+ `Omit.onWheel`
3211
+
3212
+ ***
3213
+
3214
+ ### onWheelCapture?
3215
+
3216
+ > `optional` **onWheelCapture**: `WheelEventHandler`\<`HTMLDivElement`\>
3217
+
3218
+ Defined in: node\_modules/@types/react/index.d.ts:2575
3219
+
3220
+ #### Inherited from
3221
+
3222
+ `Omit.onWheelCapture`
3223
+
3224
+ ***
3225
+
3226
+ ### part?
3227
+
3228
+ > `optional` **part**: `string`
3229
+
3230
+ Defined in: node\_modules/@types/react/index.d.ts:2976
3231
+
3232
+ #### See
3233
+
3234
+ [https://developer.mozilla.org/en-US/docs/Web/HTML/Global\_attributes/part](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part)
3235
+
3236
+ #### Inherited from
3237
+
3238
+ `Omit.part`
3239
+
3240
+ ***
3241
+
3242
+ ### prefix?
3243
+
3244
+ > `optional` **prefix**: `string`
3245
+
3246
+ Defined in: node\_modules/@types/react/index.d.ts:2937
3247
+
3248
+ #### Inherited from
3249
+
3250
+ `Omit.prefix`
3251
+
3252
+ ***
3253
+
3254
+ ### property?
3255
+
3256
+ > `optional` **property**: `string`
3257
+
3258
+ Defined in: node\_modules/@types/react/index.d.ts:2938
3259
+
3260
+ #### Inherited from
3261
+
3262
+ `Omit.property`
3263
+
3264
+ ***
3265
+
3266
+ ### radioGroup?
3267
+
3268
+ > `optional` **radioGroup**: `string`
3269
+
3270
+ Defined in: node\_modules/@types/react/index.d.ts:2927
3271
+
3272
+ #### Inherited from
3273
+
3274
+ `Omit.radioGroup`
3275
+
3276
+ ***
3277
+
3278
+ ### rel?
3279
+
3280
+ > `optional` **rel**: `string`
3281
+
3282
+ Defined in: node\_modules/@types/react/index.d.ts:2939
3283
+
3284
+ #### Inherited from
3285
+
3286
+ `Omit.rel`
3287
+
3288
+ ***
3289
+
3290
+ ### resource?
3291
+
3292
+ > `optional` **resource**: `string`
3293
+
3294
+ Defined in: node\_modules/@types/react/index.d.ts:2940
3295
+
3296
+ #### Inherited from
3297
+
3298
+ `Omit.resource`
3299
+
3300
+ ***
3301
+
3302
+ ### results?
3303
+
3304
+ > `optional` **results**: `number`
3305
+
3306
+ Defined in: node\_modules/@types/react/index.d.ts:2954
3307
+
3308
+ #### Inherited from
3309
+
3310
+ `Omit.results`
3311
+
3312
+ ***
3313
+
3314
+ ### rev?
3315
+
3316
+ > `optional` **rev**: `string`
3317
+
3318
+ Defined in: node\_modules/@types/react/index.d.ts:2941
3319
+
3320
+ #### Inherited from
3321
+
3322
+ `Omit.rev`
3323
+
3324
+ ***
3325
+
3326
+ ### role?
3327
+
3328
+ > `optional` **role**: `AriaRole`
3329
+
3330
+ Defined in: node\_modules/@types/react/index.d.ts:2930
3331
+
3332
+ #### Inherited from
3333
+
3334
+ `Omit.role`
3335
+
3336
+ ***
3337
+
3338
+ ### security?
3339
+
3340
+ > `optional` **security**: `string`
3341
+
3342
+ Defined in: node\_modules/@types/react/index.d.ts:2955
3343
+
3344
+ #### Inherited from
3345
+
3346
+ `Omit.security`
3347
+
3348
+ ***
3349
+
3350
+ ### select()?
3351
+
3352
+ > `optional` **select**: (`extensions`) => `AssignedExtension`[]
3353
+
3354
+ Defined in: [packages/framework/esm-react-utils/src/ExtensionSlot.tsx:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ExtensionSlot.tsx#L20)
3355
+
3356
+ An optional function for filtering or otherwise modifying
3357
+ the list of extensions that will be rendered.
3358
+
3359
+ #### Parameters
3360
+
3361
+ ##### extensions
3362
+
3363
+ `AssignedExtension`[]
3364
+
3365
+ #### Returns
3366
+
3367
+ `AssignedExtension`[]
3368
+
3369
+ #### Inherited from
3370
+
3371
+ [`ExtensionSlotBaseProps`](ExtensionSlotBaseProps.md).[`select`](ExtensionSlotBaseProps.md#select)
3372
+
3373
+ ***
3374
+
3375
+ ### slot?
3376
+
3377
+ > `optional` **slot**: `string`
3378
+
3379
+ Defined in: node\_modules/@types/react/index.d.ts:2919
3380
+
3381
+ #### Inherited from
3382
+
3383
+ `Omit.slot`
3384
+
3385
+ ***
3386
+
3387
+ ### spellCheck?
3388
+
3389
+ > `optional` **spellCheck**: `Booleanish`
3390
+
3391
+ Defined in: node\_modules/@types/react/index.d.ts:2920
3392
+
3393
+ #### Inherited from
3394
+
3395
+ `Omit.spellCheck`
3396
+
3397
+ ***
3398
+
3399
+ ### state?
3400
+
3401
+ > `optional` **state**: `Record`\<`string` \| `number` \| `symbol`, `unknown`\>
3402
+
3403
+ Defined in: [packages/framework/esm-react-utils/src/ExtensionSlot.tsx:27](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ExtensionSlot.tsx#L27)
3404
+
3405
+ Only works if no children are provided*. Passes data
3406
+ through as props to the extensions that are mounted here. If `ExtensionSlot`
3407
+ has children, you must pass the state through the `state` param of the
3408
+ `Extension` component.
3409
+
3410
+ #### Inherited from
3411
+
3412
+ [`ExtensionSlotBaseProps`](ExtensionSlotBaseProps.md).[`state`](ExtensionSlotBaseProps.md#state)
3413
+
3414
+ ***
3415
+
3416
+ ### style?
3417
+
3418
+ > `optional` **style**: `CSSProperties`
3419
+
3420
+ Defined in: node\_modules/@types/react/index.d.ts:2921
3421
+
3422
+ #### Inherited from
3423
+
3424
+ `Omit.style`
3425
+
3426
+ ***
3427
+
3428
+ ### suppressContentEditableWarning?
3429
+
3430
+ > `optional` **suppressContentEditableWarning**: `boolean`
3431
+
3432
+ Defined in: node\_modules/@types/react/index.d.ts:2902
3433
+
3434
+ #### Inherited from
3435
+
3436
+ `Omit.suppressContentEditableWarning`
3437
+
3438
+ ***
3439
+
3440
+ ### suppressHydrationWarning?
3441
+
3442
+ > `optional` **suppressHydrationWarning**: `boolean`
3443
+
3444
+ Defined in: node\_modules/@types/react/index.d.ts:2903
3445
+
3446
+ #### Inherited from
3447
+
3448
+ `Omit.suppressHydrationWarning`
3449
+
3450
+ ***
3451
+
3452
+ ### tabIndex?
3453
+
3454
+ > `optional` **tabIndex**: `number`
3455
+
3456
+ Defined in: node\_modules/@types/react/index.d.ts:2922
3457
+
3458
+ #### Inherited from
3459
+
3460
+ `Omit.tabIndex`
3461
+
3462
+ ***
3463
+
3464
+ ### title?
3465
+
3466
+ > `optional` **title**: `string`
3467
+
3468
+ Defined in: node\_modules/@types/react/index.d.ts:2923
3469
+
3470
+ #### Inherited from
3471
+
3472
+ `Omit.title`
3473
+
3474
+ ***
3475
+
3476
+ ### translate?
3477
+
3478
+ > `optional` **translate**: `"yes"` \| `"no"`
3479
+
3480
+ Defined in: node\_modules/@types/react/index.d.ts:2924
3481
+
3482
+ #### Inherited from
3483
+
3484
+ `Omit.translate`
3485
+
3486
+ ***
3487
+
3488
+ ### typeof?
3489
+
3490
+ > `optional` **typeof**: `string`
3491
+
3492
+ Defined in: node\_modules/@types/react/index.d.ts:2942
3493
+
3494
+ #### Inherited from
3495
+
3496
+ `Omit.typeof`
3497
+
3498
+ ***
3499
+
3500
+ ### unselectable?
3501
+
3502
+ > `optional` **unselectable**: `"on"` \| `"off"`
3503
+
3504
+ Defined in: node\_modules/@types/react/index.d.ts:2956
3505
+
3506
+ #### Inherited from
3507
+
3508
+ `Omit.unselectable`
3509
+
3510
+ ***
3511
+
3512
+ ### vocab?
3513
+
3514
+ > `optional` **vocab**: `string`
3515
+
3516
+ Defined in: node\_modules/@types/react/index.d.ts:2943
3517
+
3518
+ #### Inherited from
3519
+
3520
+ `Omit.vocab`