Class CreateButtonDto
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
Properties
background
background: string
color
color: string
fontSize
fontSize: number
Optional height
height: string | number
label
label: string
name
name: string
Optional width
width: string | number
Background of the button
#f0cebb