From 60388238797740e39e08b1fd185f378553762225 Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Tue, 24 Nov 2020 09:38:32 +0100 Subject: [PATCH] add doc --- src/vs/platform/notification/common/notification.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vs/platform/notification/common/notification.ts b/src/vs/platform/notification/common/notification.ts index f36b3958608..74c26363838 100644 --- a/src/vs/platform/notification/common/notification.ts +++ b/src/vs/platform/notification/common/notification.ts @@ -114,6 +114,8 @@ export interface INotificationActions { /** * Primary actions show up as buttons as part of the message and will close * the notification once clicked. + * + * Pass `ActionWithMenuAction` for an action that has additional menu actions. */ readonly primary?: ReadonlyArray; -- GitLab