Properties
Type. Open vnode and component properties.
Table of contents
Category
Type
Type import
tsimport type { Properties } from "valyrian.js";Public signature
tsinterface Properties extends Record<string | number | symbol, any> {}Type usage
Properties is the open property record accepted by vnodes and components.