Skip to main content
A newer version of this page is available. .
All docs
V21.2

LayoutOptionEditorExtension Class

Declaration

export class LayoutOptionEditorExtension extends DisposableObject implements IExtension

Implements

Inheritance

DisposableObject
LayoutOptionEditorExtension

constructor(dashboardControl)

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

Declaration

constructor(
    dashboardControl: DashboardControl
)

Parameters

Name Type
dashboardControl DashboardControl

Properties

name Property

Declaration

name: string

Property Value

Type
string

Methods

dispose Method

Releases resources associated with a LayoutOptionEditorExtension instance.

Declaration

dispose(): void

start Method

Declaration

start(): void

stop Method

Declaration

stop(): void