Back to Devexpress

ICustomItemExtension Interface

dashboard-js-devexpress-dot-dashboard-76bbf28e.md

latest2.0 KB
Original Source

ICustomItemExtension Interface

The Web Dashboard’s extension that is a custom item.

Declaration

ts
export interface ICustomItemExtension extends IExtension

Inherited Members

designerToViewerAction

name

viewerToDesignerAction

processKeyEvent(keyEventType, eventArgs)

start

stop

Inheritance

IExtension ICustomItemExtension

Properties

createViewerItem Property

Creates a custom item’s visualization.

Declaration

ts
createViewerItem: (item: DevExpress.Dashboard.Model.CustomItem, element: DxElement, content: any) => DevExpress.Dashboard.CustomItemViewer

Property Value

TypeDescription
(item: CustomItem, element: DxElement, content: any) => CustomItemViewer

A custom item or a container where the item content is rendered. It is an HTML Element or a jQuery Element when you use jQuery.

|

metaData Property

Specifies a custom item’s metadata.

Declaration

ts
metaData: DevExpress.Dashboard.Model.ICustomItemMetaData

Property Value

Type
ICustomItemMetaData