Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILabelData

Extends the regular control data with additional properties for Label

Hierarchy

Index

Properties

Optional bold

bold: boolean

Whether the text is bold.

Optional controlID

controlID: string

An id, unique to the session.

Optional disabled

disabled: boolean

Wether or not this control is disabled.

Optional etag

etag: ETag
deprecated

etags are no longer used, you can always omit/ignore this

Optional italic

italic: boolean

Whether the text is italicized.

Optional kind

kind: string

The type of control.

Optional meta

meta: IMeta

The collection of Meta properties for this control.

Optional position

position: IGridPlacement[]

A collection of grid placements controlling where the control is positioned on screen.

Optional text

text: string

The text displayed on the label.

Optional textColor

textColor: string

The color of the text.

Optional textSize

textSize: string

The size of the text.

Optional underline

underline: boolean

Whether the text is underlined.

Generated using TypeDoc