Back to Devexpress

DashboardOptionChangedArgs<T> Interface

dashboard-js-devexpress-dot-dashboard-dot-dashboardoptionchangedargs-1.md

latest825 B
Original Source

DashboardOptionChangedArgs<T> Interface

Provides access to the OptionChanged event arguments.

Declaration

ts
export interface DashboardOptionChangedArgs<T>

Type Parameters

Name
T

Properties

fullName Property

Specifies the property name.

Declaration

ts
fullName: string

Property Value

TypeDescription
string

A string that is a property name.

|

name Property

Specifies the property name.

Declaration

ts
name: keyof T

Property Value

TypeDescription
keyof

A string that is a property name.

|

value Property

Specifies the property value.

Declaration

ts
value: any

Property Value

TypeDescription
any

A property value.

|