Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsky committed Sep 6, 2017
1 parent 4b1dae2 commit 5c6888a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/v1/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ error(body: string, title?: string, config?: SnotifyConfig): number
**Subscribe** - `SnotifyService` - `SnotifyService.$on(event, callback)`
**Callback** - `callback(toast: SnotifyToast, value: string)`. `value` returned in case of `Prompt` type.

Callbacks list - [here](#SnotifyAction)
Event list - [here](#snotifyaction)


## Enums
Expand Down Expand Up @@ -203,12 +203,12 @@ Callbacks list - [here](#SnotifyAction)
**Description:** Backdrop opacity. Range - `0.0 - 1.0`. Disabled `-1`

> #### html?
**Type:** `string | SafeHtml`
**Type:** `string`
**Default:** null
**Description:** Toast inner html. When set, overrides toast content.

> #### position?
**Type:** [SnotifyPosition](#snotifyposition)
**Type:** [SnotifyPosition](#snotifyposition)
**Default:** null
**Description:** Toasts position on screen.

Expand Down

0 comments on commit 5c6888a

Please sign in to comment.