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

    Class CreateColorPickerDto

    Index

    Constructors

    • Parameters

      • Optionalname: string
      • OptionaldefaultColor: string
      • Optionalcolor: string
      • Optionalwidth: string | number
      • Optionalheight: string | number
      • Optionalsize: string | number

      Returns CreateColorPickerDto

    Properties

    name: string

    Name of the color picker

    colorPickerName
    
    defaultColor: string

    Default color of the color picker

    #f0cebb
    
    color: string

    Color of the color picker

    #f0cebb
    
    width?: string | number

    Width of the color picker

    undefined
    

    true

    height?: string | number

    Height of the color picker

    undefined
    

    true

    size?: string | number

    Size of the color picker

    300px
    

    true