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

View File

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

View File

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

View File

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

View File

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