-
Notifications
You must be signed in to change notification settings - Fork 74
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
bb1e6db
commit 1306ddf
Showing
2 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
18 changes: 9 additions & 9 deletions
18
packages/documentation/docs/controls/_toast/javascript/toast-config.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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
| Name | Description | Type | Default | | ||
| -------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | ------------ | ----------- | | ||
| autoClose | <div className="Api__Table"><div>Autoclose behavior</div><div className="Api__Table Docs__Tags"></div></div> | `boolean` | `true` | | ||
| autoCloseDelay | <div className="Api__Table"><div>Autoclose title after delay</div><div className="Api__Table Docs__Tags"></div></div> | `number` | `5000` | | ||
| icon | <div className="Api__Table"><div>Icon of toast</div><div className="Api__Table Docs__Tags"></div></div> | `string` | `undefined` | | ||
| iconColor | <div className="Api__Table"><div>Icon color of toast</div><div className="Api__Table Docs__Tags"></div></div> | `string` | `undefined` | | ||
| message | <div className="Api__Table"><div>Toast message</div><div className="Api__Table Docs__Tags"></div></div> | `"string" | "HTMLElement"` | `undefined` | | ||
| title | <div className="Api__Table"><div>Toast title</div><div className="Api__Table Docs__Tags"></div></div> | `string` | `undefined` | | ||
| type | <div className="Api__Table"><div>Toast type</div><div className="Api__Table Docs__Tags"></div></div> | `"error" | "info" | "success" | "warning"` | `'info'` | | ||
| Name | Description | Type | Default | | ||
| -------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | ----------- | | ||
| autoClose | <div className="Api__Table"><div>Autoclose behavior</div><div className="Api__Table Docs__Tags"></div></div> | `boolean` | `true` | | ||
| autoCloseDelay | <div className="Api__Table"><div>Autoclose title after delay</div><div className="Api__Table Docs__Tags"></div></div> | `number` | `5000` | | ||
| icon | <div className="Api__Table"><div>Icon of toast</div><div className="Api__Table Docs__Tags"></div></div> | `string` | `undefined` | | ||
| iconColor | <div className="Api__Table"><div>Icon color of toast</div><div className="Api__Table Docs__Tags"></div></div> | `string` | `undefined` | | ||
| message | <div className="Api__Table"><div>Toast message</div><div className="Api__Table Docs__Tags"></div></div> | `"string" | "HTMLElement"` | `undefined` | | ||
| title | <div className="Api__Table"><div>Toast title</div><div className="Api__Table Docs__Tags"></div></div> | `string` | `undefined` | | ||
| type | <div className="Api__Table"><div>Toast type</div><div className="Api__Table Docs__Tags"></div></div> | `"error" | "info" | "success" | "warning"` | `'info'` | |
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