mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
docs(item-options): side values renamed start/end
instead of left/right.
This commit is contained in:
@ -13,7 +13,9 @@ export class ItemOptions {
|
||||
@Element() private el: HTMLElement;
|
||||
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
@Prop() side: Side = 'end';
|
||||
|
Reference in New Issue
Block a user