Browse documentation

VnodeComponentInterface

Type. Vnode tagged with a Valyrian component.

Table of contents

Category

Type

Type import

ts
import type { VnodeComponentInterface } from "valyrian.js";

Public signature

ts
interface VnodeComponentInterface extends Vnode { tag: ValyrianComponent; }

Type usage

VnodeComponentInterface identifies a vnode whose tag is a Valyrian component.