Class ContentModule

Hierarchy

Constructors

Methods

  • Parameters

    • html: string
    • __namedParameters: {
          keepCss: undefined | boolean;
          executeScriptTags: undefined | boolean;
      } = {}
      • keepCss: undefined | boolean
      • executeScriptTags: undefined | boolean

    Returns Promise<void>

Properties

_postMessage: PostMessageChannel
_moduleLoader: ModuleLoaderInterface
_savedUnloadHtml: string | false = false
_keepInitialCss: boolean = true
_initialCssAttribute: string = 'importInit'
_executeScriptTags: boolean = true

Accessors

Generated using TypeDoc