Skip to main content
A newer version of this page is available. .

DashboardParameterDialogArgs Interface

Declaration

export interface DashboardParameterDialogArgs

Properties

component Property

Declaration

component?: dxPopup

Property Value

Type
dxPopup

element Property

Specifies a container where the item content is rendered.

Declaration

element?: dxElement

Property Value

Type Description
dxElement

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

model Property

Declaration

model?: any

Property Value

Type
any