interface-istickerwidget
Interface: IStickerWidget
Hierarchy
-
↳ IStickerWidget
Index
Properties
- bounds
- capabilities
- clientVisible
- createdUserId
- groupId
- id
- lastModifiedUserId
- metadata
- plainText
- scale
- style
- tags
- text
- type
- x
- y
Properties
bounds
• Readonly
bounds: IBounds
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
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:
Name | Type |
---|---|
fontFamily | FontFamily |
fontSize | FontSizeStyle |
stickerBackgroundColor | BackgroundColorStyle |
stickerType | StickerType |
textAlign | TextAlign |
textAlignVertical | TextAlignVertical |
tags
• Readonly
tags: ITag[]
text
• text: string
This text will include HTML characters if present.
type
• type: "STICKER"
x
• x: number
y
• y: number
Updated about 3 years ago