docs(): generate readme for the overlays

This commit is contained in:
Dan Bucholtz
2017-12-02 01:05:19 -06:00
parent b7ae2bf393
commit 4ec864ea86
5 changed files with 88 additions and 10 deletions

View File

@ -7,6 +7,11 @@
## Properties
#### animate
boolean
#### content
string
@ -37,11 +42,6 @@ any
any
#### loadingId
string
#### showBackdrop
boolean
@ -54,6 +54,11 @@ boolean
## Attributes
#### animate
boolean
#### content
string
@ -84,11 +89,6 @@ any
any
#### loadingId
string
#### showBackdrop
boolean
@ -119,6 +119,14 @@ boolean
#### ionLoadingWillPresent
## Methods
#### dismiss()
#### present()
----------------------------------------------

View File

@ -7,6 +7,11 @@
## Properties
#### animate
boolean
#### color
string
@ -59,6 +64,11 @@ boolean
## Attributes
#### animate
boolean
#### color
string
@ -129,6 +139,14 @@ boolean
#### ionModalWillPresent
## Methods
#### dismiss()
#### present()
----------------------------------------------

View File

@ -7,6 +7,11 @@
## Properties
#### animate
boolean
#### buttons
any
@ -64,6 +69,11 @@ boolean
## Attributes
#### animate
boolean
#### buttons
any
@ -147,12 +157,18 @@ boolean
#### addColumn()
#### dismiss()
#### getColumn()
#### getColumns()
#### present()
----------------------------------------------

View File

@ -7,6 +7,11 @@
## Properties
#### animate
boolean
#### color
string
@ -69,6 +74,11 @@ boolean
## Attributes
#### animate
boolean
#### color
string
@ -149,6 +159,14 @@ boolean
#### ionPopoverWillPresent
## Methods
#### dismiss()
#### present()
----------------------------------------------

View File

@ -7,6 +7,11 @@
## Properties
#### animate
boolean
#### closeButtonText
string
@ -64,6 +69,11 @@ boolean
## Attributes
#### animate
boolean
#### closeButtonText
string
@ -139,6 +149,14 @@ boolean
#### ionToastWillPresent
## Methods
#### dismiss()
#### present()
----------------------------------------------