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"]],[["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 documentation for the `SlidesExtensionPoint` class, which is used for declaring triggers in Slides add-ons."],["The `SlidesExtensionPoint` class is part of the `Google.Apps.Script.Type.Slides` namespace within the `Google.Apps.Script.Type.dll` assembly."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `RunFunction` property, which defines the endpoint to execute when the extension point is triggered, and it takes a `string` data type."],["The current documentation includes versions from 1.0.0 to 2.3.0, with 2.3.0 as the latest release."]]],[]]