Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateSliderDto

Index

Constructors

constructor

  • new CreateSliderDto(name?: string, minimum?: number, maximum?: number, value?: number, step?: number, isVertical?: boolean, color?: string, background?: string, width?: string | number, height?: string | number, displayThumb?: boolean): CreateSliderDto
  • Parameters

    • Optional name: string
    • Optional minimum: number
    • Optional maximum: number
    • Optional value: number
    • Optional step: number
    • Optional isVertical: boolean
    • Optional color: string
    • Optional background: string
    • Optional width: string | number
    • Optional height: string | number
    • Optional displayThumb: boolean

    Returns CreateSliderDto

Properties

background

background: string

Background of the button

default

black

color

color: string

Color of the button

default

#f0cebb

displayThumb

displayThumb: boolean

Should display thumb

default

true

Optional height

height: string | number

Height of the button

default

undefined

optional

true

isVertical

isVertical: boolean

Is slider vertical

default

false

maximum

maximum: number

Maximum value of the slider

default

10

minimum

-Infinity

maximum

Infinity

step

0.1

minimum

minimum: number

Minimum value of the slider

default

0

minimum

-Infinity

maximum

Infinity

step

0.1

name

name: string

Name of the button

default

sliderName

step

step: number

Step of the slider

default

0.01

minimum

-Infinity

maximum

Infinity

step

0.01

value

value: number

Value of the slider

default

5

minimum

-Infinity

maximum

Infinity

step

0.1

Optional width

width: string | number

Width of the button

default

undefined

optional

true

Generated using TypeDoc