Share via


CardTextInputComponent Class

Definition

Adaptive Card Extension text input component.

public class CardTextInputComponent : Microsoft.Bot.Schema.SharePoint.BaseCardComponent
type CardTextInputComponent = class
    inherit BaseCardComponent
Public Class CardTextInputComponent
Inherits BaseCardComponent
Inheritance
CardTextInputComponent

Constructors

CardTextInputComponent()

Initializes a new instance of the CardTextInputComponent class.

Properties

Button

Gets or sets the text input's button configuration.

DefaultValue

Gets or sets the default text value of the text input.

IconAfter

Gets or sets properties for an optional icon, displayed in the right end of the text input.

IconBefore

Gets or sets properties for an optional icon, displayed in the left end of the text input.

Id

Gets or sets optional unique identifier of the component's instance.

(Inherited from BaseCardComponent)
Placeholder

Gets or sets the placeholder text to display in the text input.

Applies to