Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateButtonDto

Index

Constructors

constructor

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

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

    Returns CreateButtonDto

Properties

background

background: string

Background of the button

default

#f0cebb

color

color: string

Color of the button

default

black

fontSize

fontSize: number

Font size of the button

default

24

Optional height

height: string | number

Height of the button

default

undefined

optional

true

label

label: string

Text of the button

default

Click me!

name

name: string

Name of the button

default

buttonName

Optional width

width: string | number

Width of the button

default

undefined

optional

true

Generated using TypeDoc