Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateInputTextDto

Index

Constructors

constructor

  • new CreateInputTextDto(name?: string, color?: string, background?: string, width?: string | number, height?: string | number): CreateInputTextDto
  • Parameters

    • Optional name: string
    • Optional color: string
    • Optional background: string
    • Optional width: string | number
    • Optional height: string | number

    Returns CreateInputTextDto

Properties

background

background: string

Background of the button

default

black

color

color: string

Color of the button

default

#f0cebb

Optional height

height: string | number

Height of the button

default

undefined

optional

true

name

name: string

Name of the button

default

inputName

placeholder

placeholder: string

Placeholder of the input

default

text

text: string

Text of the input

default

Optional width

width: string | number

Width of the button

default

undefined

optional

true

Generated using TypeDoc