public sealed class SlidesExtensionPoint : IMessage<SlidesExtensionPoint>, IEquatable<SlidesExtensionPoint>, IDeepCloneable<SlidesExtensionPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class SlidesExtensionPoint.
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-02 UTC."],[[["This page provides reference documentation and code samples for the `SlidesExtensionPoint` class within the `Google.Apps.Script.Type` namespace, specifically for .NET development."],["The `SlidesExtensionPoint` class is used to define triggers for Slides add-ons and is available in versions ranging from 1.0.0 to the latest, 2.3.0."],["`SlidesExtensionPoint` inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor and the `RunFunction` property, which specifies the endpoint to be executed when the extension point is activated, accepting a string value."]]],[]]