Skip to content

pantoken / renderers/web-components/src / ElementDefinition

Interface: ElementDefinition

Alfa

Um elemento personalizado registrado: seu nome de tag base mais um define que o registra via o contexto.

Propriedades

name

readonly name: string

Alfa

The base tag name, e.g. button (minted to <instui-button>/<x-button> by the active prefix).

Métodos

define()

define(ctx): void

Alfa

Registre o elemento em ctx.registry, usando apenas os auxiliares compartilhados sensíveis ao prefixo.

Parâmetros

ctx

RegisterContext

Retorna

void