interface-iwidget
Interface: IWidget
Defines a basic widget and its properties
Hierarchy
-
↳ IWidget
↳↳ ITextWidget
↳↳ IImageWidget
↳↳ IShapeWidget
↳↳ ILineWidget
↳↳ IFrameWidget
↳↳ ICurveWidget
↳↳ IEmbedWidget
↳↳ IEmojiWidget
↳↳ ICardWidget
↳↳ IComment
Index
Properties
Properties
bounds
• Readonly
bounds: IBounds
capabilities
• capabilities: WidgetCapabilities
Inherited from IWidgetNamespaces.capabilities
clientVisible
• clientVisible: boolean
Inherited from IWidgetNamespaces.clientVisible
createdUserId
• Readonly
createdUserId: string
groupId
• Optional
Readonly
groupId: undefined | string
id
• Readonly
id: string
lastModifiedUserId
• Readonly
lastModifiedUserId: string
metadata
• metadata: WidgetMetadata
Inherited from IWidgetNamespaces.metadata
type
• Readonly
type: string
Updated about 3 years ago