Type alias TJSSvelteConfig

TJSSvelteConfig: {
    anchor?: HTMLElement;
    class: (new (options) => SvelteComponent | SvelteComponentTyped);
    context?: (() => Record<string, any> | Map<string, any> | Map<string, any> | Record<string, any>);
    hydrate?: boolean;
    intro?: boolean;
    props?: (() => Record<string, any> | Record<string, any>);
    target?: HTMLElement | ShadowRoot;
}

Defines the TRL / client side configuration object to load a Svelte component.

Type declaration