public sealed class SlidesExtensionPoint : IMessage<SlidesExtensionPoint>, IEquatable<SlidesExtensionPoint>, IDeepCloneable<SlidesExtensionPoint>, IBufferMessage, IMessage
Common format for declaring a Slides add-on's triggers.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["The `SlidesExtensionPoint` class is used for declaring triggers in Slides add-ons and is located within the `Google.Apps.Script.Type.Slides` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `SlidesExtensionPoint` class offers two constructors: a default constructor and one that takes another `SlidesExtensionPoint` object as a parameter."],["The class includes a `RunFunction` property which specifies the endpoint that will be executed when the extension point is activated, and is a required `string` type."],["Several versions are available for the user, with 2.3.0 being the latest version available."]]],[]]