Table of Contents

Interface IMessageResponse

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

Represents a message response.

public interface IMessageResponse

Properties

ButtonCustomId

Gets the identifier for a custom button.

int? ButtonCustomId { get; }

Property Value

int?

ButtonType

Gets the button type.

MessageButtonType ButtonType { get; }

Property Value

MessageButtonType

InputValue

Gets the value set by the user when an input is displayed in the message.

string? InputValue { get; }

Property Value

string