openmrs-esm-core

O3 Framework / ConfigurableLinkProps

Interface: ConfigurableLinkProps

Defined in: packages/framework/esm-react-utils/src/ConfigurableLink.tsx:35

Extends

Properties

onBeforeNavigate()?

optional onBeforeNavigate: (event) => void

Defined in: packages/framework/esm-react-utils/src/ConfigurableLink.tsx:41

A callback to be called just before navigation occurs

Parameters

event

MouseEvent

Returns

void


templateParams?

optional templateParams: TemplateParams

Defined in: packages/framework/esm-react-utils/src/ConfigurableLink.tsx:39

A dictionary of values to interpolate into the URL, in addition to the default keys openmrsBase and openmrsSpaBase.


to

to: string

Defined in: packages/framework/esm-react-utils/src/ConfigurableLink.tsx:37

The target path or URL. Supports interpolation. See [[navigate]]