-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99a9cc0
commit 69bc425
Showing
4 changed files
with
391 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
98 changes: 98 additions & 0 deletions
98
packages/framework/esm-framework/docs/interfaces/ActionableToastDescriptor.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
[@openmrs/esm-framework](../API.md) / ActionableToastDescriptor | ||
|
||
# Interface: ActionableToastDescriptor | ||
|
||
## Hierarchy | ||
|
||
- **`ActionableToastDescriptor`** | ||
|
||
↳ [`ActionableToastMeta`](ActionableToastMeta.md) | ||
|
||
## Table of contents | ||
|
||
### UI Properties | ||
|
||
- [actionButtonLabel](ActionableToastDescriptor.md#actionbuttonlabel) | ||
- [isLowContrast](ActionableToastDescriptor.md#islowcontrast) | ||
- [kind](ActionableToastDescriptor.md#kind) | ||
- [progressActionLabel](ActionableToastDescriptor.md#progressactionlabel) | ||
- [subtitle](ActionableToastDescriptor.md#subtitle) | ||
- [title](ActionableToastDescriptor.md#title) | ||
|
||
### UI Methods | ||
|
||
- [onActionButtonClick](ActionableToastDescriptor.md#onactionbuttonclick) | ||
|
||
## UI Properties | ||
|
||
### actionButtonLabel | ||
|
||
• `Optional` **actionButtonLabel**: `string` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L12) | ||
|
||
___ | ||
|
||
### isLowContrast | ||
|
||
• `Optional` **isLowContrast**: `boolean` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L13) | ||
|
||
___ | ||
|
||
### kind | ||
|
||
• `Optional` **kind**: `string` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L14) | ||
|
||
___ | ||
|
||
### progressActionLabel | ||
|
||
• `Optional` **progressActionLabel**: `string` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L16) | ||
|
||
___ | ||
|
||
### subtitle | ||
|
||
• `Optional` **subtitle**: `string` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L17) | ||
|
||
___ | ||
|
||
### title | ||
|
||
• **title**: `string` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L18) | ||
|
||
## UI Methods | ||
|
||
### onActionButtonClick | ||
|
||
▸ `Optional` **onActionButtonClick**(): `void` | ||
|
||
#### Returns | ||
|
||
`void` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L15) |
137 changes: 137 additions & 0 deletions
137
packages/framework/esm-framework/docs/interfaces/ActionableToastMeta.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
[@openmrs/esm-framework](../API.md) / ActionableToastMeta | ||
|
||
# Interface: ActionableToastMeta | ||
|
||
## Hierarchy | ||
|
||
- [`ActionableToastDescriptor`](ActionableToastDescriptor.md) | ||
|
||
↳ **`ActionableToastMeta`** | ||
|
||
## Table of contents | ||
|
||
### UI Properties | ||
|
||
- [actionButtonLabel](ActionableToastMeta.md#actionbuttonlabel) | ||
- [id](ActionableToastMeta.md#id) | ||
- [isLowContrast](ActionableToastMeta.md#islowcontrast) | ||
- [kind](ActionableToastMeta.md#kind) | ||
- [progressActionLabel](ActionableToastMeta.md#progressactionlabel) | ||
- [subtitle](ActionableToastMeta.md#subtitle) | ||
- [title](ActionableToastMeta.md#title) | ||
|
||
### UI Methods | ||
|
||
- [onActionButtonClick](ActionableToastMeta.md#onactionbuttonclick) | ||
|
||
## UI Properties | ||
|
||
### actionButtonLabel | ||
|
||
• `Optional` **actionButtonLabel**: `string` | ||
|
||
#### Inherited from | ||
|
||
[ActionableToastDescriptor](ActionableToastDescriptor.md).[actionButtonLabel](ActionableToastDescriptor.md#actionbuttonlabel) | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L12) | ||
|
||
___ | ||
|
||
### id | ||
|
||
• **id**: `number` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L22) | ||
|
||
___ | ||
|
||
### isLowContrast | ||
|
||
• `Optional` **isLowContrast**: `boolean` | ||
|
||
#### Inherited from | ||
|
||
[ActionableToastDescriptor](ActionableToastDescriptor.md).[isLowContrast](ActionableToastDescriptor.md#islowcontrast) | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L13) | ||
|
||
___ | ||
|
||
### kind | ||
|
||
• `Optional` **kind**: `string` | ||
|
||
#### Inherited from | ||
|
||
[ActionableToastDescriptor](ActionableToastDescriptor.md).[kind](ActionableToastDescriptor.md#kind) | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L14) | ||
|
||
___ | ||
|
||
### progressActionLabel | ||
|
||
• `Optional` **progressActionLabel**: `string` | ||
|
||
#### Inherited from | ||
|
||
[ActionableToastDescriptor](ActionableToastDescriptor.md).[progressActionLabel](ActionableToastDescriptor.md#progressactionlabel) | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L16) | ||
|
||
___ | ||
|
||
### subtitle | ||
|
||
• `Optional` **subtitle**: `string` | ||
|
||
#### Inherited from | ||
|
||
[ActionableToastDescriptor](ActionableToastDescriptor.md).[subtitle](ActionableToastDescriptor.md#subtitle) | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L17) | ||
|
||
___ | ||
|
||
### title | ||
|
||
• **title**: `string` | ||
|
||
#### Inherited from | ||
|
||
[ActionableToastDescriptor](ActionableToastDescriptor.md).[title](ActionableToastDescriptor.md#title) | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L18) | ||
|
||
## UI Methods | ||
|
||
### onActionButtonClick | ||
|
||
▸ `Optional` **onActionButtonClick**(): `void` | ||
|
||
#### Returns | ||
|
||
`void` | ||
|
||
#### Inherited from | ||
|
||
[ActionableToastDescriptor](ActionableToastDescriptor.md).[onActionButtonClick](ActionableToastDescriptor.md#onactionbuttonclick) | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/actionable-toasts/actionable-toast.component.tsx#L15) |
Oops, something went wrong.