@tempots/dom
HeadlessContext class
Signature:
declare class HeadlessContext implements DOMContext
Implements: DOMContext
Constructors
Constructor |
Modifiers |
Description |
---|---|---|
Constructs a new instance of the |
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
(tokens: string[]) => void | ||
|
(element: HeadlessNode) => void | ||
|
(removeTree: boolean) => void | ||
| |||
|
HeadlessBase | ||
|
() => string[] | ||
|
<T>(mark: ProviderMark<T>) => T | ||
|
(name: string) => string | ||
|
() => string | ||
|
() => this is BrowserContext | ||
|
() => this is HeadlessContext | ||
|
(name: string) => { get(): unknown; set(value: unknown): void; } | ||
|
(tagName: string, namespace: string | undefined) => DOMContext | ||
|
(text: string) => DOMContext | ||
|
(selector: string) => DOMContext | ||
|
() => DOMContext | ||
|
<E>(event: string, listener: (event: E) => void) => Clear | ||
| |||
|
HeadlessNode | undefined | ||
|
(tokens: string[]) => void | ||
|
(name: string, value: string) => void | ||
|
(text: string) => void | ||
|
(providers: { [K in ProviderMark<unknown>]: unknown; }) => DOMContext |