Reference documentation and code samples for the Google Workspace Add-ons V1 API class Google::Apps::Script::Type::HomepageExtensionPoint.
Common format for declaring an add-on's home-page view.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enabled
def enabled() -> ::Google::Protobuf::BoolValue
-
(::Google::Protobuf::BoolValue) — Optional. If set to
false
, disable the home-page view in this context.Defaults to
true
if unset.If an add-ons custom home-page view is disabled, an autogenerated overview card will be provided for users instead.
#enabled=
def enabled=(value) -> ::Google::Protobuf::BoolValue
-
value (::Google::Protobuf::BoolValue) — Optional. If set to
false
, disable the home-page view in this context.Defaults to
true
if unset.If an add-ons custom home-page view is disabled, an autogenerated overview card will be provided for users instead.
-
(::Google::Protobuf::BoolValue) — Optional. If set to
false
, disable the home-page view in this context.Defaults to
true
if unset.If an add-ons custom home-page view is disabled, an autogenerated overview card will be provided for users instead.
#run_function
def run_function() -> ::String
- (::String) — Required. The endpoint to execute when this extension point is activated.
#run_function=
def run_function=(value) -> ::String
- value (::String) — Required. The endpoint to execute when this extension point is activated.
- (::String) — Required. The endpoint to execute when this extension point is activated.