mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
docs(all): possible values are extracted by stencil (#16190)
* docs(all): possible values are extracted by stencil * add defaults * remove all hardcoded defaults * update stencil
This commit is contained in:
@ -27,7 +27,6 @@ export class Slides implements ComponentInterface {
|
||||
|
||||
/**
|
||||
* The mode determines which platform styles to use.
|
||||
* Possible values are: `"ios"` or `"md"`.
|
||||
*/
|
||||
@Prop() mode!: Mode;
|
||||
|
||||
@ -47,12 +46,12 @@ export class Slides implements ComponentInterface {
|
||||
}
|
||||
|
||||
/**
|
||||
* If `true`, show the pagination. Defaults to `false`.
|
||||
* If `true`, show the pagination.
|
||||
*/
|
||||
@Prop() pager = false;
|
||||
|
||||
/**
|
||||
* If `true`, show the scrollbar. Defaults to `false`.
|
||||
* If `true`, show the scrollbar.
|
||||
*/
|
||||
@Prop() scrollbar = false;
|
||||
|
||||
|
Reference in New Issue
Block a user