Skip to content

LabelItem

LabelItem Properties

Property Type Required Default
Image Image Optional
ImagePosition enum Optional "Trailing"
Style string Optional
Text string Optional

Image

The image to be displayed along with the title.


ImagePosition

Position of the image to be displayed along with the title

  • type: enum
  • default: "Trailing"

The value of this property must be equal to one of the known values below.

ImagePosition Known Values

Value Description
Leading
Trailing

Style

The string value is a style class name for Text

  • type: string

Text

  • type: string