From b0fe0ba03d5b2c4f36224c97aab975c38efa1759 Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Wed, 1 Nov 2017 13:36:01 +0200 Subject: [PATCH] error event description (#2584) --- docs/document-list.component.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/document-list.component.md b/docs/document-list.component.md index 0029336db1..6061ba74ac 100644 --- a/docs/document-list.component.md +++ b/docs/document-list.component.md @@ -86,12 +86,13 @@ The properties currentFolderId, folderNode and node are the entry initialization | preview | emitted when user acts upon files with either single or double click (depends on `navigation-mode`), recommended for Viewer components integration | | permissionError | emitted when user is attempting to create a folder via action menu without having the permission to do it | | ready | emitted when the documentList is ready and loads all the elements| +| error | emitted when API fails to get documentList data| ## Details ### DOM Events -Below are the DOM events the DocumentList component emits. +Below are the DOM events the DocumentList component emits. All of them are `bubbling`, meaning you can handle them in any component up the parent hierarchy, even if DocumentList is wrapped by another component(s). | Name | Description |