@viamedici-spc/configurator-framer-host
Version:
Provides a Web Component for host applications to embed a Framer based Viamedici SPC configurator.
27 lines (24 loc) • 945 B
TypeScript
export declare class EmbeddedConfiguratorNative extends HTMLElement {
static readonly proxyBaseUrl = "https://spc.cloud.ceventis.de/framer/host-proxy";
static readonly attributeNames: string[];
static get observedAttributes(): string[];
private src;
private proxyBaseUrl;
private hasConnected;
constructor();
connectedCallback(): void;
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
private bootstrapApp;
}
export declare class EmbeddedConfiguratorStrategy extends HTMLElement {
static childAttributes: string[];
static get observedAttributes(): string[];
private child;
private isIsolated;
constructor();
connectedCallback(): void;
disconnectedCallback(): void;
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
private initialize;
}
export { }