Home > widget-integration > DOMActionDefinition

DOMActionDefinition interface

Signature:

export interface DOMActionDefinition<TEvent extends Event = Event> 

Properties

Property

Modifiers

Type

Description

guard?

(context: DOMActionContext<TEvent>) => boolean

(Optional)

handler

DOMActionHandler<TEvent>

keys?

readonly string[]

(Optional)

preventDefault?

boolean

(Optional)

selector

string

stopPropagation?

boolean

(Optional)