Class: Google::Apps::Chat::V1::WidgetMarkup::OnClick
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::WidgetMarkup::OnClick
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/widgets.rb
Overview
An onclick
action (for example, open a link).
Instance Attribute Summary collapse
-
#action ⇒ ::Google::Apps::Chat::V1::WidgetMarkup::FormAction
A form action is triggered by this
onclick
action if specified. -
#open_link ⇒ ::Google::Apps::Chat::V1::WidgetMarkup::OpenLink
This
onclick
action triggers an open link action if specified.
Instance Attribute Details
#action ⇒ ::Google::Apps::Chat::V1::WidgetMarkup::FormAction
Returns A form action is triggered by this onclick
action if specified.
180 181 182 183 |
# File 'proto_docs/google/chat/v1/widgets.rb', line 180 class OnClick include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#open_link ⇒ ::Google::Apps::Chat::V1::WidgetMarkup::OpenLink
Returns This onclick
action triggers an open link action if specified.
180 181 182 183 |
# File 'proto_docs/google/chat/v1/widgets.rb', line 180 class OnClick include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |