MCPcopy
hub / github.com/revolist/revogrid / HTMLRevoGridElement

Interface HTMLRevoGridElement

src/components.d.ts:961–970  ·  view source on GitHub ↗

* Revogrid - High-performance, customizable grid library for managing large datasets. * ### Events guide * For a comprehensive events guide, check the [Events API Page](/guide/api/events). * All events propagate to the root level of the grid. [Dependency tree](#Dependencies). * #

Source from the content-addressed store, hash-verified

959 * @example focus-rgCol-rgRow - focus layer for main data. Applies extra elements in <revogr-focus />.
960 */
961 interface HTMLRevoGridElement extends Components.RevoGrid, HTMLStencilElement {
962 addEventListener<K extends keyof HTMLRevoGridElementEventMap>(type: K, listener: (this: HTMLRevoGridElement, ev: RevoGridCustomEvent<HTMLRevoGridElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
963 addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
964 addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
965 addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
966 removeEventListener<K extends keyof HTMLRevoGridElementEventMap>(type: K, listener: (this: HTMLRevoGridElement, ev: RevoGridCustomEvent<HTMLRevoGridElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
967 removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
968 removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
969 removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
970 }
971 var HTMLRevoGridElement: {
972 prototype: HTMLRevoGridElement;
973 new (): HTMLRevoGridElement;

Callers 14

sorting.spec.tsFile · 0.65
convertVNodeToHTMLFunction · 0.65
bindMoveMethod · 0.65
dragStartMethod · 0.65
onLoadFunction · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
unbindMoveMethod · 0.65
clearOrderMethod · 0.65
dropChangesMethod · 0.65
removeEventListenerMethod · 0.65

Implementers 1

BasePluginsrc/plugins/base.plugin.ts

Calls

no outgoing calls

Tested by

no test coverage detected