MCPcopy
hub / github.com/stenciljs/core / HTMLCompositionCheckboxGroupElement

Interface HTMLCompositionCheckboxGroupElement

test/wdio/ts-target/components.d.ts:497–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495 "valueChange": string[];
496 }
497 interface HTMLCompositionCheckboxGroupElement extends Components.CompositionCheckboxGroup, HTMLStencilElement {
498 addEventListener<K extends keyof HTMLCompositionCheckboxGroupElementEventMap>(type: K, listener: (this: HTMLCompositionCheckboxGroupElement, ev: CompositionCheckboxGroupCustomEvent<HTMLCompositionCheckboxGroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
499 addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
500 addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
501 addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
502 removeEventListener<K extends keyof HTMLCompositionCheckboxGroupElementEventMap>(type: K, listener: (this: HTMLCompositionCheckboxGroupElement, ev: CompositionCheckboxGroupCustomEvent<HTMLCompositionCheckboxGroupElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
503 removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
504 removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
505 removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
506 }
507 var HTMLCompositionCheckboxGroupElement: {
508 prototype: HTMLCompositionCheckboxGroupElement;
509 new (): HTMLCompositionCheckboxGroupElement;

Callers

nothing calls this directly

Implementers 4

MockPerformancesrc/mock-doc/performance.ts
MockNodesrc/mock-doc/node.ts
MockElementsrc/mock-doc/node.ts
MockWindowsrc/mock-doc/window.ts

Calls

no outgoing calls

Tested by

no test coverage detected