Browse documentation

Properties

Type. Open vnode and component properties.

Table of contents

Category

Type

Type import

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

Public signature

ts
interface Properties extends Record<string | number | symbol, any> {}

Type usage

Properties is the open property record accepted by vnodes and components.