Google.Apps.Script.Type - Class HomepageExtensionPoint (2.3.0)

public sealed class HomepageExtensionPoint : IMessage<HomepageExtensionPoint>, IEquatable<HomepageExtensionPoint>, IDeepCloneable<HomepageExtensionPoint>, IBufferMessage, IMessage

Reference documentation and code samples for the Google.Apps.Script.Type class HomepageExtensionPoint.

Common format for declaring an add-on's home-page view.

Inheritance

object > HomepageExtensionPoint

Namespace

Google.Apps.Script.Type

Assembly

Google.Apps.Script.Type.dll

Constructors

HomepageExtensionPoint()

public HomepageExtensionPoint()

HomepageExtensionPoint(HomepageExtensionPoint)

public HomepageExtensionPoint(HomepageExtensionPoint other)
Parameter
NameDescription
otherHomepageExtensionPoint

Properties

Enabled

public bool? Enabled { get; set; }

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.

Property Value
TypeDescription
bool

RunFunction

public string RunFunction { get; set; }

Required. The endpoint to execute when this extension point is activated.

Property Value
TypeDescription
string