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

# Interface: SnackbarMeta

Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:26](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L26)

## Extends

- [`SnackbarDescriptor`](SnackbarDescriptor.md)

## Properties

### actionButtonLabel?

> `optional` **actionButtonLabel**: `string`

Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L15)

#### Inherited from

[`SnackbarDescriptor`](SnackbarDescriptor.md).[`actionButtonLabel`](SnackbarDescriptor.md#actionbuttonlabel)

***

### autoClose?

> `optional` **autoClose**: `boolean`

Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L22)

#### Inherited from

[`SnackbarDescriptor`](SnackbarDescriptor.md).[`autoClose`](SnackbarDescriptor.md#autoclose)

***

### id

> **id**: `number`

Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:27](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L27)

***

### isLowContrast?

> `optional` **isLowContrast**: `boolean`

Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L16)

#### Inherited from

[`SnackbarDescriptor`](SnackbarDescriptor.md).[`isLowContrast`](SnackbarDescriptor.md#islowcontrast)

***

### kind?

> `optional` **kind**: `string`

Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L17)

#### Inherited from

[`SnackbarDescriptor`](SnackbarDescriptor.md).[`kind`](SnackbarDescriptor.md#kind)

***

### onActionButtonClick()?

> `optional` **onActionButtonClick**: () => `void`

Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L18)

#### Returns

`void`

#### Inherited from

[`SnackbarDescriptor`](SnackbarDescriptor.md).[`onActionButtonClick`](SnackbarDescriptor.md#onactionbuttonclick)

***

### progressActionLabel?

> `optional` **progressActionLabel**: `string`

Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:19](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L19)

#### Inherited from

[`SnackbarDescriptor`](SnackbarDescriptor.md).[`progressActionLabel`](SnackbarDescriptor.md#progressactionlabel)

***

### subtitle?

> `optional` **subtitle**: `ReactNode`

Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L20)

#### Inherited from

[`SnackbarDescriptor`](SnackbarDescriptor.md).[`subtitle`](SnackbarDescriptor.md#subtitle)

***

### timeoutInMs?

> `optional` **timeoutInMs**: `number`

Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L21)

#### Inherited from

[`SnackbarDescriptor`](SnackbarDescriptor.md).[`timeoutInMs`](SnackbarDescriptor.md#timeoutinms)

***

### title

> **title**: `string`

Defined in: [packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:23](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L23)

#### Inherited from

[`SnackbarDescriptor`](SnackbarDescriptor.md).[`title`](SnackbarDescriptor.md#title)
