Back to Devexpress

KeyboardNavigationExtension Class

dashboard-js-devexpress-dot-dashboard-ec344976.md

latest1004 B
Original Source

KeyboardNavigationExtension Class

Declaration

ts
export class KeyboardNavigationExtension extends DisposableObject implements IExtension

Implements

IExtension

Inheritance

DisposableObject KeyboardNavigationExtension

constructor(_dashboardControl)

Initializes a new instance of the KeyboardNavigationExtension class with specified settings.

Declaration

ts
constructor(
    _dashboardControl: DevExpress.Dashboard.DashboardControl
)

Parameters

NameType
_dashboardControlDashboardControl

Properties

name Property

Declaration

ts
name: string

Property Value

Type
string

Methods

dispose Method

Declaration

ts
dispose(): void

start Method

Declaration

ts
start(): void

stop Method

Declaration

ts
stop?(): void