These docs are for v1.0. Click to read the latest docs for v2.0.

interface-icardwidget

Interface: ICardWidget

Hierarchy

Index

Properties

Properties

assignee

Optional assignee: undefined | { userId: string }


bounds

Readonly bounds: IBounds

Inherited from IWidget.bounds


capabilities

capabilities: WidgetCapabilities

Inherited from IWidgetNamespaces.capabilities


card

card: { customFields?: { fontColor?: undefined | string ; iconUrl?: undefined | string ; mainColor?: undefined | string ; roundedIcon?: undefined | false | true ; value?: undefined | string }[] ; logo?: undefined | { iconUrl: string } }

Type declaration:

NameType
customFields?{ fontColor?: undefined | string ; iconUrl?: undefined | string ; mainColor?: undefined | string ; roundedIcon?: undefined | false | true ; value?: undefined | string }[]
logo?undefined | { iconUrl: string }

clientVisible

clientVisible: boolean

Inherited from IWidgetNamespaces.clientVisible


createdUserId

Readonly createdUserId: string

Inherited from IWidget.createdUserId


date

Optional date: undefined | string

Date format: YYYY-mm-dd


description

description: string


groupId

Optional Readonly groupId: undefined | string

Inherited from IWidget.groupId


id

Readonly id: string

Inherited from IWidget.id


lastModifiedUserId

Readonly lastModifiedUserId: string

Inherited from IWidget.lastModifiedUserId


metadata

metadata: WidgetMetadata

Inherited from IWidgetNamespaces.metadata


rotation

rotation: number


scale

scale: number


style

style: { backgroundColor: BackgroundColorStyle }

Type declaration:

NameType
backgroundColorBackgroundColorStyle

tags

Readonly tags: ITag[]


title

title: string


type

type: "CARD"

Overrides IWidget.type


x

x: number


y

y: number