fix(all): docs for all missing props

This commit is contained in:
Manu Mtz.-Almeida
2018-10-11 16:02:15 -05:00
committed by Manu MA
parent 53305741a0
commit a72fced6fe
119 changed files with 1025 additions and 656 deletions

View File

@ -8,11 +8,11 @@ Backdrops are full screen components that overlay other components. They are use
## Properties
| Property | Attribute | Description | Type |
| ----------------- | ------------------ | ------------------------------------------------------------------------------------------------------- | --------- |
| `stopPropagation` | `stop-propagation` | If true, the backdrop will stop propagation on tap. Defaults to `true`. | `boolean` |
| `tappable` | `tappable` | If true, the backdrop will can be clicked and will emit the `ionBackdropTap` event. Defaults to `true`. | `boolean` |
| `visible` | `visible` | If true, the backdrop will be visible. Defaults to `true`. | `boolean` |
| Property | Attribute | Description | Type |
| ----------------- | ------------------ | --------------------------------------------------------------------------------------------------------- | --------- |
| `stopPropagation` | `stop-propagation` | If `true`, the backdrop will stop propagation on tap. Defaults to `true`. | `boolean` |
| `tappable` | `tappable` | If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event. Defaults to `true`. | `boolean` |
| `visible` | `visible` | If `true`, the backdrop will be visible. Defaults to `true`. | `boolean` |
## Events