ICustomItemExtension Interface
The Web Dashboard’s extension that is a custom item.
#Declaration
TypeScript
export interface ICustomItemExtension extends IExtension
#Inherited Members
#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: Custom |
A custom item or a container where the item content is rendered. It is an HTML Element or a j |
#metaData Property
Specifies a custom item’s metadata.
#Declaration
TypeScript
metaData: DevExpress.Dashboard.Model.ICustomItemMetaData
#Property Value
Type |
---|
ICustom |