Skip to main content

Interface: IMyopLoader

Defined in: host/loaders/IMyopLoader.ts:5

Properties

load()

load: (componentDefinition, skin, container, options?) => Promise<IMyopComponent>

Defined in: host/loaders/IMyopLoader.ts:7

Parameters

componentDefinition

IComponentDefinitionConfig

skin

ISkinConfig

container

HTMLElement

options?

loaderOptions

Returns

Promise<IMyopComponent>


type

type: "IframeLoader" | "WebComponentLoader" | "HTMLLoader"

Defined in: host/loaders/IMyopLoader.ts:6