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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]