interface-icomment
Interface: IComment
Hierarchy
-
↳ IComment
Index
Properties
- bounds
- capabilities
- clientVisible
- color
- createdUserId
- groupId
- id
- lastModifiedUserId
- metadata
- resolved
- type
Properties
bounds
• Readonly
bounds: IBounds
capabilities
• capabilities: WidgetCapabilities
Inherited from IWidgetNamespaces.capabilities
clientVisible
• clientVisible: boolean
Inherited from IWidgetNamespaces.clientVisible
color
• color: number
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
resolved
• resolved: boolean
type
• type: "COMMENT"
Updated about 3 years ago