Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateColorPickerDto

Index

Constructors

Properties

Constructors

constructor

  • new CreateColorPickerDto(name?: string, defaultColor?: string, color?: string, width?: string | number, height?: string | number, size?: string | number): CreateColorPickerDto
  • Parameters

    • Optional name: string
    • Optional defaultColor: string
    • Optional color: string
    • Optional width: string | number
    • Optional height: string | number
    • Optional size: string | number

    Returns CreateColorPickerDto

Properties

color

color: string

Color of the color picker

default

#f0cebb

defaultColor

defaultColor: string

Default color of the color picker

default

#f0cebb

Optional height

height: string | number

Height of the color picker

default

undefined

optional

true

name

name: string

Name of the color picker

default

colorPickerName

Optional size

size: string | number

Size of the color picker

default

300px

optional

true

Optional width

width: string | number

Width of the color picker

default

undefined

optional

true

Generated using TypeDoc