GoogleApi.Chat.V1.Model.GoogleAppsCardV1OverflowMenu (google_api_chat v0.43.0)
View SourceA widget that presents a pop-up menu with one or more actions that users can invoke. For example, showing non-primary actions in a card. You can use this widget when actions don't fit in the available space. To use, specify this widget in the OnClick
action of widgets that support it. For example, in a Button
. Google Workspace add-ons and Chat apps:
Attributes
-
items
(type:list(GoogleApi.Chat.V1.Model.GoogleAppsCardV1OverflowMenuItem.t)
, default:nil
) - Required. The list of menu options.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.GoogleAppsCardV1OverflowMenu{ items: [GoogleApi.Chat.V1.Model.GoogleAppsCardV1OverflowMenuItem.t()] | nil }