mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-6071] fix jsdoc warnings and errors (#8948)
* fix content docs * fix extensions docs * fix insights docs * [ci:force] fix jsdoc errors and warnings * enable jsdoc linter * [ci:force] fix demo shell jsdoc * [ci:force] fix e2e typings * fix typo * fix typo
This commit is contained in:
@@ -151,10 +151,11 @@ export class TreeComponent<T extends TreeNode> implements OnInit, OnDestroy {
|
||||
/**
|
||||
* Checks if node is LoadMoreNode node
|
||||
*
|
||||
* @param _idx (unused)
|
||||
* @param node node to be checked
|
||||
* @returns boolean
|
||||
* @returns `true` if there are more items to load, otherwise `false`
|
||||
*/
|
||||
public isLoadMoreNode(_: number, node: T): boolean {
|
||||
public isLoadMoreNode(_idx: number, node: T): boolean {
|
||||
return node.nodeType === TreeNodeType.LoadMoreNode;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user