Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateTextBlockDto

Index

Constructors

Properties

Constructors

constructor

  • new CreateTextBlockDto(name?: string, text?: string, color?: string, width?: string | number, height?: string | number): CreateTextBlockDto
  • Parameters

    • Optional name: string
    • Optional text: string
    • Optional color: string
    • Optional width: string | number
    • Optional height: string | number

    Returns CreateTextBlockDto

Properties

color

color: string

Color of the text block

default

#f0cebb

fontSize

fontSize: number

Font size of the text block

default

24

Optional height

height: string | number

Height of the text block

default

undefined

optional

true

name

name: string

Name of the text block

default

textBlockName

text

text: string

Text of the block

default

Hello World!

Optional width

width: string | number

Width of the text block

default

undefined

optional

true

Generated using TypeDoc