mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(readme): init component readme.md docs
This commit is contained in:
115
packages/core/src/components/loading/readme.md
Normal file
115
packages/core/src/components/loading/readme.md
Normal file
@@ -0,0 +1,115 @@
|
||||
# ion-loading
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### content
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### dismissOnPageChange
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### duration
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### loadingId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### showBackdrop
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### content
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### dismissOnPageChange
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### duration
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### loadingId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### showBackdrop
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionLoadingDidDismiss
|
||||
|
||||
|
||||
#### ionLoadingDidLoad
|
||||
|
||||
|
||||
#### ionLoadingDidPresent
|
||||
|
||||
|
||||
#### ionLoadingDidUnload
|
||||
|
||||
|
||||
#### ionLoadingWillDismiss
|
||||
|
||||
|
||||
#### ionLoadingWillPresent
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
||||
Reference in New Issue
Block a user