@openmrs/esm-framework
Version:
56 lines (30 loc) • 2.04 kB
Markdown
[@openmrs/esm-framework](../API.md) / PatientBannerActionsMenuProps
# Interface: PatientBannerActionsMenuProps
## Table of contents
### UI Properties
- [actionsSlotName](PatientBannerActionsMenuProps.md#actionsslotname)
- [additionalActionsSlotState](PatientBannerActionsMenuProps.md#additionalactionsslotstate)
- [patient](PatientBannerActionsMenuProps.md#patient)
- [patientUuid](PatientBannerActionsMenuProps.md#patientuuid)
## UI Properties
### actionsSlotName
• **actionsSlotName**: `string`
#### Defined in
[packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L12)
___
### additionalActionsSlotState
• `Optional` **additionalActionsSlotState**: `object`
Parts of the actions slot extension state that don't really make sense go in this object,
so as to keep the PatientBannerActionsMenu API clean.
#### Defined in
[packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L17)
___
### patient
• **patient**: `Patient`
#### Defined in
[packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L10)
___
### patientUuid
• **patientUuid**: `string`
#### Defined in
[packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/patient-banner/actions-menu/patient-banner-actions-menu.component.tsx#L11)