mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
docs(): update auto-generated docs
This commit is contained in:
@ -7,27 +7,39 @@
|
||||
|
||||
## Properties
|
||||
|
||||
#### goBack
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
|
||||
Contains a URL or a URL fragment that the hyperlink points to.
|
||||
If this property is set, an anchor tag will be rendered.
|
||||
|
||||
|
||||
#### routerDirection
|
||||
|
||||
string
|
||||
|
||||
When using a router, it specifies the transition direction when navigating a
|
||||
another page usign `href`.
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### go-back
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
|
||||
Contains a URL or a URL fragment that the hyperlink points to.
|
||||
If this property is set, an anchor tag will be rendered.
|
||||
|
||||
|
||||
#### router-direction
|
||||
|
||||
string
|
||||
|
||||
When using a router, it specifies the transition direction when navigating a
|
||||
another page usign `href`.
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
@ -78,13 +78,6 @@ button with a border, or to `"solid"`. The default style is `"solid"` except ins
|
||||
a toolbar, where the default is `"clear"`.
|
||||
|
||||
|
||||
#### goBack
|
||||
|
||||
boolean
|
||||
|
||||
If true, the transition direction will be backwards upon navigation. Defaults to `false`.
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
@ -109,6 +102,14 @@ boolean
|
||||
If true, activates a button with rounded corners.
|
||||
|
||||
|
||||
#### routerDirection
|
||||
|
||||
string
|
||||
|
||||
When using a router, it specifies the transition direction when navigating a
|
||||
another page usign `href`.
|
||||
|
||||
|
||||
#### size
|
||||
|
||||
string
|
||||
@ -176,13 +177,6 @@ button with a border, or to `"solid"`. The default style is `"solid"` except ins
|
||||
a toolbar, where the default is `"clear"`.
|
||||
|
||||
|
||||
#### go-back
|
||||
|
||||
boolean
|
||||
|
||||
If true, the transition direction will be backwards upon navigation. Defaults to `false`.
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
@ -207,6 +201,14 @@ boolean
|
||||
If true, activates a button with rounded corners.
|
||||
|
||||
|
||||
#### router-direction
|
||||
|
||||
string
|
||||
|
||||
When using a router, it specifies the transition direction when navigating a
|
||||
another page usign `href`.
|
||||
|
||||
|
||||
#### size
|
||||
|
||||
string
|
||||
|
@ -34,7 +34,9 @@ You can combine the `(ionSwipe)` event plus the `expandable` directive to create
|
||||
|
||||
string
|
||||
|
||||
The side the option button should be on. Defaults to `"right"`.
|
||||
The side the option button should be on.
|
||||
Possible values: `"start"` and `"end"`.
|
||||
Defaults to `"end"`.
|
||||
If you have multiple `ion-item-options`, a side must be provided for each.
|
||||
|
||||
|
||||
@ -44,7 +46,9 @@ If you have multiple `ion-item-options`, a side must be provided for each.
|
||||
|
||||
string
|
||||
|
||||
The side the option button should be on. Defaults to `"right"`.
|
||||
The side the option button should be on.
|
||||
Possible values: `"start"` and `"end"`.
|
||||
Defaults to `"end"`.
|
||||
If you have multiple `ion-item-options`, a side must be provided for each.
|
||||
|
||||
|
||||
|
@ -39,11 +39,6 @@ boolean
|
||||
If true, the user cannot interact with the item. Defaults to `false`.
|
||||
|
||||
|
||||
#### goBack
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
@ -61,6 +56,14 @@ Possible values are: `"ios"` or `"md"`.
|
||||
For more information, see [Platform Styles](/docs/theming/platform-specific-styles).
|
||||
|
||||
|
||||
#### routerDirection
|
||||
|
||||
string
|
||||
|
||||
When using a router, it specifies the transition direction when navigating a
|
||||
another page usign `href`.
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### button
|
||||
@ -95,11 +98,6 @@ boolean
|
||||
If true, the user cannot interact with the item. Defaults to `false`.
|
||||
|
||||
|
||||
#### go-back
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
@ -117,6 +115,14 @@ Possible values are: `"ios"` or `"md"`.
|
||||
For more information, see [Platform Styles](/docs/theming/platform-specific-styles).
|
||||
|
||||
|
||||
#### router-direction
|
||||
|
||||
string
|
||||
|
||||
When using a router, it specifies the transition direction when navigating a
|
||||
another page usign `href`.
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user