TextInputBuilderSummaryNo summary provided.export declare class TextInputBuilder extends ComponentBuilder<APITextInputComponent> ExtendsComponentBuilder<APITextInputComponentConstructorconstructor(data?)Constructs a new instance of the TextInputBuilder classNameTypeOptionalDescriptiondataAPITextInputComponent & { type?: ComponentType.TextInput; }YesNonePropertiesReadonlydata:Partial<DataType>The API data associated with this componentInherited from ComponentBuilderMethodsequals(other):booleanNameTypeOptionalDescriptionotherJSONEncodable<APITextInputComponent> | APITextInputComponentNoNonesetCustomId(customId):thisSets the custom id for this text inputNameTypeOptionalDescriptioncustomIdstringNoThe custom id of this text inputsetLabel(label):thisSets the label for this text inputNameTypeOptionalDescriptionlabelstringNoThe label for this text inputsetMaxLength(maxLength):thisSets the maximum length of text for this text inputNameTypeOptionalDescriptionmaxLengthnumberNoThe maximum length of text for this text inputsetMinLength(minLength):thisSets the minimum length of text for this text inputNameTypeOptionalDescriptionminLengthnumberNoThe minimum length of text for this text inputsetPlaceholder(placeholder):thisSets the placeholder of this text inputNameTypeOptionalDescriptionplaceholderstringNoThe placeholder of this text inputsetRequired(required?):thisSets whether this text input is requiredNameTypeOptionalDescriptionrequiredbooleanYesWhether this text input is requiredsetStyle(style):thisSets the style for this text inputNameTypeOptionalDescriptionstyleTextInputStyleNoThe style for this text inputsetValue(value):thisSets the value of this text inputNameTypeOptionalDescriptionvaluestringNoThe value for this text inputtoJSON():APITextInputComponent