Table of Contents

Class RichTextEditorCustomAction

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents a custom action for the RichTextEditor component, displayed in its toolbar.

[ExcludeFromCodeCoverage]
public class RichTextEditorCustomAction
Inheritance
RichTextEditorCustomAction
Inherited Members

Properties

Action

Gets or sets the action to be executed when the custom action is triggered.

public Action Action { get; set; }

Property Value

Action

Caption

Gets or sets the caption of the button of the custom action.

public string? Caption { get; set; }

Property Value

string

Icon

Gets or sets the icon of the button of the custom action.

public string? Icon { get; set; }

Property Value

string

Tooltip

Gets or sets the tooltip of the button of the custom action. The tooltip is not displayed when the caption is set.

public string? Tooltip { get; set; }

Property Value

string