Type alias ITextInput

ITextInput: {
    customId: string;
    id?: number;
    label?: string;
    maxLength?: number;
    minLength?: number;
    placeholder?: string;
    required?: boolean;
    style: TextInputStyle;
    value?: string;
}

Type declaration

  • customId: string
  • Optional id?: number
  • Optional label?: string
  • Optional maxLength?: number
  • Optional minLength?: number
  • Optional placeholder?: string
  • Optional required?: boolean
  • style: TextInputStyle
  • Optional value?: string

Generated using TypeDoc