These docs are for v1.0. Click to read the latest docs for v2.0.

interface-istickerwidget

Interface: IStickerWidget

Hierarchy

Index

Properties

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


plainText

plainText: string

This text does not include HTML characters.


scale

scale: number


style

style: { fontFamily: FontFamily ; fontSize: FontSizeStyle ; stickerBackgroundColor: BackgroundColorStyle ; stickerType: StickerType ; textAlign: TextAlign ; textAlignVertical: TextAlignVertical }

Type declaration:

NameType
fontFamilyFontFamily
fontSizeFontSizeStyle
stickerBackgroundColorBackgroundColorStyle
stickerTypeStickerType
textAlignTextAlign
textAlignVerticalTextAlignVertical

tags

Readonly tags: ITag[]


text

text: string

This text will include HTML characters if present.


type

type: "STICKER"

Overrides IWidget.type


x

x: number


y

y: number