interface-iframewidget
Interface: IFrameWidget
Hierarchy
-
↳ IFrameWidget
Index
Properties
- bounds
- capabilities
- childrenIds
- clientVisible
- createdUserId
- frameIndex
- groupId
- height
- id
- lastModifiedUserId
- metadata
- style
- title
- type
- width
- x
- y
Properties
bounds
• Readonly
bounds: IBounds
capabilities
• capabilities: WidgetCapabilities
Inherited from IWidgetNamespaces.capabilities
childrenIds
• Readonly
childrenIds: string[]
clientVisible
• clientVisible: boolean
Inherited from IWidgetNamespaces.clientVisible
createdUserId
• Readonly
createdUserId: string
Inherited from IWidget.createdUserId
frameIndex
• Readonly
frameIndex: number
groupId
• Optional
Readonly
groupId: undefined | string
Inherited from IWidget.groupId
height
• height: number
id
• Readonly
id: string
lastModifiedUserId
• Readonly
lastModifiedUserId: string
Inherited from IWidget.lastModifiedUserId
metadata
• metadata: WidgetMetadata
Inherited from IWidgetNamespaces.metadata
style
• style: { backgroundColor: BackgroundColorStyle }
Type declaration:
Name | Type |
---|---|
backgroundColor | BackgroundColorStyle |
title
• title: string
type
• type: "FRAME"
width
• width: number
x
• x: number
y
• y: number
Updated about 3 years ago