Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/docs/dep/prism.ts>Environment

A frugal web framework
Go to Latest
interface Environment
implements Record<string, any>
import { type Environment } from "https://deno.land/x/frugal@0.5.0/docs/dep/prism.ts";

Properties

optional
selector: string | undefined
optional
element: Element | undefined
optional
language: string | undefined
optional
grammar: Grammar | undefined
optional
code: string | undefined
optional
highlightedCode: string | undefined
optional
type: string | undefined
optional
content: string | undefined
optional
tag: string | undefined
optional
classes: string[] | undefined
optional
attributes: Record<string, string> | undefined
optional
parent: Array<string | Token> | undefined