bitbybit.dev v1.0.0-rc.1
    Preparing search index...
    Index

    Constructors

    • Parameters

      • Optionalname: string
      • Optionalminimum: number
      • Optionalmaximum: number
      • Optionalvalue: number
      • Optionalstep: number
      • OptionalisVertical: boolean
      • Optionalcolor: string
      • Optionalbackground: string
      • Optionalwidth: string | number
      • Optionalheight: string | number
      • OptionaldisplayThumb: boolean

      Returns CreateSliderDto

    Properties

    name: string

    Name of the button

    sliderName
    
    minimum: number

    Minimum value of the slider

    0
    

    -Infinity

    Infinity

    0.1

    maximum: number

    Maximum value of the slider

    10
    

    -Infinity

    Infinity

    0.1

    value: number

    Value of the slider

    5
    

    -Infinity

    Infinity

    0.1

    step: number

    Step of the slider

    0.01
    

    -Infinity

    Infinity

    0.01

    isVertical: boolean

    Is slider vertical

    false
    
    color: string

    Color of the button

    #f0cebb
    
    background: string

    Background of the button

    black
    
    width?: string | number

    Width of the button

    undefined
    

    true

    height?: string | number

    Height of the button

    undefined
    

    true

    displayThumb: boolean

    Should display thumb

    true