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

    Constructors

    • Parameters

      • Optionalname: string
      • Optionallabel: string
      • Optionalcolor: string
      • Optionalbackground: string
      • Optionalwidth: string | number
      • Optionalheight: string | number
      • OptionalfontSize: number

      Returns CreateButtonDto

    Properties

    name: string

    Name of the button

    buttonName
    
    label: string

    Text of the button

    Click me!
    
    color: string

    Color of the button

    black
    
    background: string

    Background of the button

    #f0cebb
    
    width?: string | number

    Width of the button

    undefined
    

    true

    height?: string | number

    Height of the button

    undefined
    

    true

    fontSize: number

    Font size of the button

    24