Skip to main content
All docs
V25.1
  • DashboardOptionChangedArgs<T> Interface

    Provides access to the OptionChanged event arguments.

    Declaration

    export interface DashboardOptionChangedArgs<T>

    Type Parameters

    Name
    T

    Properties

    fullName Property

    Specifies the property name.

    Declaration

    fullName: string

    Property Value

    Type Description
    string

    A string that is a property name.

    name Property

    Specifies the property name.

    Declaration

    name: keyof T

    Property Value

    Type Description
    keyof

    A string that is a property name.

    value Property

    Specifies the property value.

    Declaration

    value: any

    Property Value

    Type Description
    any

    A property value.