interface MobileHandle {
    el: HTMLElement;
    active(): boolean;
    destroy(): void;
    refresh(): void;
}

Properties

Methods

Properties

el: HTMLElement

Methods