Skip to main content

@twick/studio - v0.15.0 / Exports / TextElement

Interface: TextElement

Table of contents

Properties

Properties

alignment

alignment: "left" | "center" | "right" | "justify"

Defined in

studio/src/types/index.ts:131


backgroundColor

Optional backgroundColor: string

Defined in

studio/src/types/index.ts:130


border

Optional border: Object

Type declaration

NameType
colorstring
style"solid" | "dashed" | "dotted"
widthnumber

Defined in

studio/src/types/index.ts:137


borderRadius

borderRadius: Object

Type declaration

NameType
bottomLeftnumber
bottomRightnumber
topLeftnumber
topRightnumber

Defined in

studio/src/types/index.ts:136


color

color: string

Defined in

studio/src/types/index.ts:129


font

font: string

Defined in

studio/src/types/index.ts:124


fontSize

fontSize: number

Defined in

studio/src/types/index.ts:125


fontStyle

fontStyle: "normal" | "italic"

Defined in

studio/src/types/index.ts:127


fontWeight

fontWeight: "normal" | "bold"

Defined in

studio/src/types/index.ts:126


id

id: string

Defined in

studio/src/types/index.ts:122


position

position: Object

Type declaration

NameType
xnumber
ynumber

Defined in

studio/src/types/index.ts:133


rotation

rotation: number

Defined in

studio/src/types/index.ts:135


shadow

Optional shadow: Object

Type declaration

NameType
blurnumber
colorstring
xnumber
ynumber

Defined in

studio/src/types/index.ts:142


size

size: Object

Type declaration

NameType
heightnumber
widthnumber

Defined in

studio/src/types/index.ts:134


text

text: string

Defined in

studio/src/types/index.ts:123


textDecoration

textDecoration: "none" | "underline" | "line-through"

Defined in

studio/src/types/index.ts:128


verticalAlignment

verticalAlignment: "top" | "middle" | "bottom"

Defined in

studio/src/types/index.ts:132