Skip to main content

Class: abstract BaseMyopLoader

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

Implements

Constructors

new BaseMyopLoader()

new BaseMyopLoader(): BaseMyopLoader

Returns

BaseMyopLoader

Properties

load()

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

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

Parameters

componentDefinition

IComponentDefinitionConfig

skin

ISkinConfig

container

HTMLElement

options?

loaderOptions

Returns

Promise<IMyopComponent>

Implementation of

IMyopLoader.load


type

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

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

Implementation of

IMyopLoader.type

Methods

appendChild()

appendChild(container, element, options?): undefined | HTMLElement

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

Parameters

container

HTMLElement

element

HTMLElement

options?

loaderOptions

Returns

undefined | HTMLElement