[O3 Framework](../API.md) / EmptyCardProps

# Interface: EmptyCardProps

Defined in: [packages/framework/esm-styleguide/src/empty-card/empty-card.component.tsx:7](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/empty-card/empty-card.component.tsx#L7)

## Properties

### displayText

> **displayText**: `string`

Defined in: [packages/framework/esm-styleguide/src/empty-card/empty-card.component.tsx:9](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/empty-card/empty-card.component.tsx#L9)

The name of the type of item that would be displayed here if not empty. This must be a pre-translated string.

***

### headerTitle

> **headerTitle**: `string`

Defined in: [packages/framework/esm-styleguide/src/empty-card/empty-card.component.tsx:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/empty-card/empty-card.component.tsx#L11)

The title to use for this empty component. This must be a pre-translated string.

## Methods

### launchForm()?

> `optional` **launchForm**(): `void`

Defined in: [packages/framework/esm-styleguide/src/empty-card/empty-card.component.tsx:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/empty-card/empty-card.component.tsx#L13)

A callback to invoke when the user tries to record a new item.

#### Returns

`void`
