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

    Constructors

    • Parameters

      • Optionalname: string
      • Optionaltext: string
      • Optionalcolor: string
      • Optionalwidth: string | number
      • Optionalheight: string | number

      Returns CreateTextBlockDto

    Properties

    name: string

    Name of the text block

    textBlockName
    
    text: string

    Text of the block

    Hello World!
    
    color: string

    Color of the text block

    #f0cebb
    
    width?: string | number

    Width of the text block

    undefined
    

    true

    height?: string | number

    Height of the text block

    undefined
    

    true

    fontSize: number

    Font size of the text block

    24