Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface APITextInputComponent

Hierarchy

Index

Properties

custom_id: string

The custom id for the text input

label: string

Text that appears on top of the text input field, max 80 characters

max_length?: number

Maximal length of text input

min_length?: number

Minimal length of text input

placeholder?: string

Placeholder for the text input

required?: boolean

Whether or not this text input is required or not

One of text input styles

type: TextInput

The type of the component

value?: string

The pre-filled text in the text input

Generated using TypeDoc version 0.22.16, the 9/16/2022 at 1:09:16 AM