Skip to content

@ralphschuler.webgl shader factory.<internal>.CustomElementRegistry

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: CustomElementRegistry

@ralphschuler/webgl-shader-factory.<internal>.CustomElementRegistry

MDN Reference

Table of contents

Methods

Methods

define

define(name, constructor, options?): void

MDN Reference

Parameters

Name Type
name string
constructor CustomElementConstructor
options? ElementDefinitionOptions

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5894


get

get(name): undefined | CustomElementConstructor

MDN Reference

Parameters

Name Type
name string

Returns

undefined | CustomElementConstructor

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5896


upgrade

upgrade(root): void

MDN Reference

Parameters

Name Type
root Node

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5898


whenDefined

whenDefined(name): Promise<CustomElementConstructor>

MDN Reference

Parameters

Name Type
name string

Returns

Promise<CustomElementConstructor>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5900

Typescript Libraries

Modules

Namespaces

Clone this wiki locally