Skip to main content
Module

x/domdom/mod.ts>ContextOptions

The proactive web framework for the unprofessional - Deno build
Latest
interface ContextOptions
Re-export
import { type ContextOptions } from "https://deno.land/x/domdom@v4.12.0/mod.ts";

Index Signatures

[key: string]: any

Properties

optional
children: Array<any>

Methods

optional
on(path: string, listener?: Function): void
optional
when(path: string, options: any): void
optional
unset(path: string): void
optional
set(path: string, value: any): void
optional
get(path: string): void
optional
trigger(path: string, value: any): void
optional
mounted(cb: Function): void