Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateImageDto

Index

Constructors

Properties

Constructors

constructor

  • new CreateImageDto(name?: string, url?: string, color?: string, width?: string | number, height?: string | number): CreateImageDto
  • Parameters

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

    Returns CreateImageDto

Properties

color

color: string

Color of the image

default

black

Optional height

height: string | number

Height of the image

default

undefined

optional

true

name

name: string

Name of the image

default

imageName

url

url: string

Link to the image

default

undefined

Optional width

width: string | number

Width of the image

default

undefined

optional

true

Generated using TypeDoc