lath
Version:
Seamless connection of pages.
12 lines (11 loc) • 398 B
TypeScript
export declare class DefineApplet extends HTMLElement {
constructor();
private installed;
appletSlot: HTMLSlotElement;
getViewSlot(): HTMLSlotElement;
static get observedAttributes(): string[];
private get appletId();
private defineApplet;
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
connectedCallback(): void;
}