openmrs-esm-core

O3 Framework / Prompt

Interface: Prompt

Defined in: packages/framework/esm-styleguide/src/workspaces/workspaces.ts:91

Properties

body

body: string

Defined in: packages/framework/esm-styleguide/src/workspaces/workspaces.ts:93


cancelText?

optional cancelText: string

Defined in: packages/framework/esm-styleguide/src/workspaces/workspaces.ts:98

Defaults to “Cancel”


confirmText?

optional confirmText: string

Defined in: packages/framework/esm-styleguide/src/workspaces/workspaces.ts:95

Defaults to “Confirm”


title

title: string

Defined in: packages/framework/esm-styleguide/src/workspaces/workspaces.ts:92

Methods

onConfirm()

onConfirm(): void

Defined in: packages/framework/esm-styleguide/src/workspaces/workspaces.ts:96

Returns

void