Skip to main content
Module

x/blocks/deps.ts>Attributes

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Extremely Popular
Go to Latest
interface Attributes
import { type Attributes } from "https://deno.land/x/blocks@1.48.7/deps.ts";

Attributes is a map from string to attribute values.

Note: only the own enumerable keys are counted as valid attribute keys.

Index Signatures

[attributeKey: string]: AttributeValue | undefined