interface TextInputComponentData
extends
BaseComponentDataexport interface TextInputComponentData extends BaseComponentDatacustomId : string
The custom id of the text input
label : string
The text that appears on top of the text input field
optionalmaxLength? : number 
The maximum number of characters that can be entered in the text input
optionalminLength? : number 
The minimum number of characters that can be entered in the text input
optionalplaceholder? : string 
Placeholder for the text input
optionalrequired? : boolean 
Whether or not the text input is required or not
style : TextInputStyle
The style of the text input
type : ComponentType.TextInput
optionalvalue? : string 
The pre-filled text in the text input