import { Element } from "https://deno.land/x/aleph@1.0.0-beta.1/server/types.ts";
Methods
after(content: string, content_type?: any): void
append(content: string, content_type?: any): void
before(content: string, content_type?: any): void
free(): void
getAttribute(name: string): string | undefined
hasAttribute(name: string): boolean
prepend(content: string, content_type?: any): void
remove(): void
removeAndKeepContent(): void
removeAttribute(name: string): void
replace(content: string, content_type?: any): void
setAttribute(name: string, value: string): void
setInnerContent(content: string, content_type?: any): void