Sha256: 23ca3e6d9f4aeb1de9d9ef2464787053a95e5e2fe5abb82059e3aa9779cdb28f

Contents?: true

Size: 624 Bytes

Versions: 2

Compression:

Stored size: 624 Bytes

Contents

import ElementObserver from './element_observer';
export default class PbEnhancedElement {
    static _elements: Map<Element, PbEnhancedElement>;
    static _observer: ElementObserver;
    element: Element;
    constructor(element?: Element);
    static get elements(): Map<Element, PbEnhancedElement>;
    static get observer(): ElementObserver;
    static get selector(): string;
    static matches(node: Element): Array<Element>;
    static addMatch(element: Element): void;
    static removeMatch(element: Element): void;
    static start(): void;
    static stop(): void;
    connect(): void;
    disconnect(): void;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1609 app/pb_kits/playbook/pb_enhanced_element/index.d.ts
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1608 app/pb_kits/playbook/pb_enhanced_element/index.d.ts