Hey! These docs are for version 1.0, which is no longer officially supported. Click here for the latest version, 2.0!


# Interface: ITextWidget

## Hierarchy

  • [IWidget](🔗)

    **ITextWidget**

## Index

### Properties

  • [bounds](🔗)

  • [capabilities](🔗)

  • [clientVisible](🔗)

  • [createdUserId](🔗)

  • [groupId](🔗)

  • [id](🔗)

  • [lastModifiedUserId](🔗)

  • [metadata](🔗)

  • [rotation](🔗)

  • [scale](🔗)

  • [style](🔗)

  • [text](🔗)

  • [type](🔗)

  • [width](🔗)

  • [x](🔗)

  • [y](🔗)

## Properties

### bounds

`Readonly` **bounds**: [IBounds](🔗)

_Inherited from [IWidget](🔗).[bounds](🔗)_




### capabilities

**capabilities**: [WidgetCapabilities](🔗)

_Inherited from [IWidgetNamespaces](🔗).[capabilities](🔗)_




### clientVisible

**clientVisible**: boolean

_Inherited from [IWidgetNamespaces](🔗).[clientVisible](🔗)_




### createdUserId

`Readonly` **createdUserId**: string

_Inherited from [IWidget](🔗).[createdUserId](🔗)_




### groupId

`Optional` `Readonly` **groupId**: undefined | string

_Inherited from [IWidget](🔗).[groupId](🔗)_




### id

`Readonly` **id**: string

_Inherited from [IWidget](🔗).[id](🔗)_




### lastModifiedUserId

`Readonly` **lastModifiedUserId**: string

_Inherited from [IWidget](🔗).[lastModifiedUserId](🔗)_




### metadata

**metadata**: [WidgetMetadata](🔗)

_Inherited from [IWidgetNamespaces](🔗).[metadata](🔗)_




### rotation

**rotation**: number




### scale

**scale**: number




### style

**style**: { backgroundColor: [BackgroundColorStyle](🔗) ; backgroundOpacity: [BackgroundOpacityStyle](🔗) ; bold: [BoldStyle](🔗) ; borderColor: [BorderColorStyle](🔗) ; borderOpacity: [BorderOpacityStyle](🔗) ; borderStyle: [BorderStyle](🔗) ; borderWidth: [BorderWidthStyle](🔗) ; fontFamily: [FontFamily](🔗) ; highlighting: [HighlightingStyle](🔗) ; italic: [ItalicStyle](🔗) ; padding: [PaddingStyle](🔗) ; strike: [StrikeStyle](🔗) ; textAlign: [TextAlign](🔗) ; textColor: [TextColorStyle](🔗) ; underline: [UnderlineStyle](🔗) }

#### Type declaration:

NameType
`backgroundColor`[BackgroundColorStyle](🔗)
`backgroundOpacity`[BackgroundOpacityStyle](🔗)
`bold`[BoldStyle](🔗)
`borderColor`[BorderColorStyle](🔗)
`borderOpacity`[BorderOpacityStyle](🔗)
`borderStyle`[BorderStyle](🔗)
`borderWidth`[BorderWidthStyle](🔗)
`fontFamily`[FontFamily](🔗)
`highlighting`[HighlightingStyle](🔗)
`italic`[ItalicStyle](🔗)
`padding`[PaddingStyle](🔗)
`strike`[StrikeStyle](🔗)
`textAlign`[TextAlign](🔗)
`textColor`[TextColorStyle](🔗)
`underline`[UnderlineStyle](🔗)



### text

**text**: string




### type

**type**: "TEXT"

_Overrides [IWidget](🔗).[type](🔗)_




### width

**width**: number




### x

**x**: number




### y

**y**: number