interface-iemojiwidget
Interface: IEmojiWidget
Hierarchy
-
↳ IEmojiWidget
Index
Properties
- bounds
- capabilities
- clientVisible
- code
- createdUserId
- groupId
- id
- lastModifiedUserId
- metadata
- rotation
- scale
- type
- x
- y
Properties
bounds
• Readonly
bounds: IBounds
capabilities
• capabilities: WidgetCapabilities
Inherited from IWidgetNamespaces.capabilities
clientVisible
• clientVisible: boolean
Inherited from IWidgetNamespaces.clientVisible
code
• Readonly
code: string
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
rotation
• rotation: number
scale
• scale: number
type
• type: "EMOJI"
x
• x: number
y
• y: number
Updated about 3 years ago