Class CurrentWidgetCommandAdapter

Creates a command handler that acts on either the widget targeted by a DOM event or the current widget.

Implements

Constructors

Properties

execute: ((event) => unknown)

Type declaration

    • (event): unknown
    • Parameters

      • event: Event

      Returns unknown

isEnabled?: CurrentWidgetCommandAdapterBooleanCheck
isToggled?: CurrentWidgetCommandAdapterBooleanCheck
isVisible?: CurrentWidgetCommandAdapterBooleanCheck

Methods