lath
Version:
Seamless connection of pages.
13 lines (12 loc) • 433 B
TypeScript
export declare class DefineApplication extends HTMLElement {
private contentShadowRoot;
private installed;
constructor();
static get observedAttributes(): string[];
private init;
private get defaultApplet();
private defineApplet;
setupDefaultApplet(name: string): void;
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
connectedCallback(): void;
}