Skip to main content

ICustomItemExtension Interface

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

#Declaration

TypeScript
export interface ICustomItemExtension extends IExtension

#Inheritance

IExtension
ICustomItemExtension

#Properties

#createViewerItem Property

Creates a custom item’s visualization.

#Declaration

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

#Property Value

Type Description
(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

TypeScript
metaData: DevExpress.Dashboard.Model.ICustomItemMetaData

#Property Value

Type
ICustomItemMetaData