mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2451] Reviewed docs for components (#3061)
* [ADF-2451] Reviewed tasklist docs * [ADF-2451] Reviewed docs for content node components * [ADF-2451] Fixed tslint error * [ADF-2463] Moved core components to subfolder (#3062) * [ADF-2443] renaming getDifferentPageSize to getDefaultPageSize (#3060) * [ADF-2443] renaming getDifferentPageSize to getDefaultPageSize * [ADF-2443] fixed method call for demo shell * Add data-automation-id to an error message displayed on the Tag Page. (#3064) * Update upload-drag-area.component.md (#3067) * [ADF-2443] fixed documentation (#3066) * [ADF-2451] Reviewed tasklist docs * [ADF-2451] Reviewed docs for content node components * [ADF-2451] Fixed tslint error
This commit is contained in:
committed by
Eugenio Romano
parent
c3e2588e35
commit
d563dbbd77
@@ -60,6 +60,11 @@ export class BreadcrumbComponent implements OnInit, OnChanges {
|
||||
@Input()
|
||||
target: DocumentListComponent;
|
||||
|
||||
/** Transformation to be performed on the chosen/folder node before building
|
||||
* the breadcrumb UI. Can be useful when custom formatting is needed for the
|
||||
* breadcrumb. You can change the path elements from the node that are used to
|
||||
* build the breadcrumb using this function.
|
||||
*/
|
||||
@Input()
|
||||
transform: (node) => any;
|
||||
|
||||
|
Reference in New Issue
Block a user