From 35bfd5fc4517916547f2dd4f5a57c980202f7e84 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 2 Feb 2018 12:46:14 +0000 Subject: [PATCH] [ADF-2163] updated documentation for content action target all --- docs/content-action.component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content-action.component.md b/docs/content-action.component.md index 36a9879eff..9da6f46ad9 100644 --- a/docs/content-action.component.md +++ b/docs/content-action.component.md @@ -79,7 +79,7 @@ export class MyView { | title | `string` | `'Action'` | The title of the action as shown in the menu. | | icon | `string` | | The name of the icon to display next to the menu command (can be left blank). | | handler | `string` | | System actions. Can be "delete", "download", "copy" or "move". | -| target | `string` | | Type of item that the action appies to. Can be "document" or "folder" | +| target | `string` | `'all'` | Type of item that the action appies to. Can be "document" or "folder", when no specific target is added the action will be shown for documents and folders | | permission | `string` | | The permission type. | | disableWithNoPermission | `boolean` | | Should this action be disabled in the menu if the user doesn't have permission for it? | | disabled | `boolean` | `false` | Is the menu item disabled? |