mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
docs(breadcrumbs): remove incorrect prop descriptions (#25415)
This commit is contained in:
@ -38,13 +38,15 @@ export class Breadcrumbs implements ComponentInterface {
|
||||
|
||||
/**
|
||||
* The number of breadcrumbs to show before the collapsed indicator.
|
||||
* If this property exists `maxItems` will be ignored.
|
||||
* If `itemsBeforeCollapse` + `itemsAfterCollapse` is greater than `maxItems`,
|
||||
* the breadcrumbs will not be collapsed.
|
||||
*/
|
||||
@Prop() itemsBeforeCollapse = 1;
|
||||
|
||||
/**
|
||||
* The number of breadcrumbs to show after the collapsed indicator.
|
||||
* If this property exists `maxItems` will be ignored.
|
||||
* If `itemsBeforeCollapse` + `itemsAfterCollapse` is greater than `maxItems`,
|
||||
* the breadcrumbs will not be collapsed.
|
||||
*/
|
||||
@Prop() itemsAfterCollapse = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user