Home > widget-integration > DOMActionContext
DOMActionContext interface
Signature:
export interface DOMActionContext<TEvent extends Event = Event>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
<T extends HTMLElement = HTMLElement>(selector: string, from?: Element | null) => T | null | |||
|
HTMLElement | |||
|
TEvent | |||
|
<T extends HTMLElement = HTMLElement>(selector: string, parent?: ParentNode) => T | null | |||
|
<T extends HTMLElement = HTMLElement>(selector: string, parent?: ParentNode) => T[] | |||
|
ParentNode & EventTarget | |||
|
HTMLElement |