DashboardOptionChangedArgs<T> Interface
Provides access to the OptionChanged event arguments.
#Declaration
TypeScript
export interface DashboardOptionChangedArgs<T>
#Type Parameters
Name |
---|
T |
#Properties
#fullName Property
Specifies the property name.
#Declaration
TypeScript
fullName: string
#Property Value
Type | Description |
---|---|
string | A string that is a property name. |
#name Property
Specifies the property name.
#Declaration
TypeScript
name: keyof T
#Property Value
Type | Description |
---|---|
keyof | A string that is a property name. |
#value Property
Specifies the property value.
#Declaration
TypeScript
value: any
#Property Value
Type | Description |
---|---|
any | A property value. |