TextLabelProps

See source code
Table of contents
interface TextLabelProps {}

Properties

align


bounds

optional
bounds?: Box

classNamePrefix

optional
classNamePrefix?: string

fill

optional

font


fontSize

fontSize: number

id


isNote

optional
isNote?: boolean

isSelected

isSelected: boolean

labelColor

labelColor: string

lineHeight

lineHeight: number

padding

optional
padding?: number

style

optional
style?: React.CSSProperties

text

text: string

textHeight

optional
textHeight?: number

textWidth

optional
textWidth?: number

type

type: string

verticalAlign


wrap

optional
wrap?: boolean

Methods

onKeyDown

optional

Parameters

NameDescription

e

React.KeyboardEvent<HTMLTextAreaElement>

Returns

void

Prev
StylePickerSetProps
Next
ThemeStylePickerSetProps