ICustomItemExtension Interface
The Web Dashboard’s extension that is a custom item.
Declaration
export interface ICustomItemExtension extends IExtension
Inherited Members
Inheritance
IExtension
ICustomItemExtension
Properties
createViewerItem Property
Creates a custom item’s visualization.
Declaration
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
metaData: DevExpress.Dashboard.Model.ICustomItemMetaData
Property Value
Type |
---|
ICustomItemMetaData |