Module

x/aleph/server/types.ts>TextChunk

The Full-stack Framework in Deno.
Go to Latest
class TextChunk
import { TextChunk } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/types.ts";

Properties

readonly
lastInTextNode: boolean
readonly
removed: boolean
readonly
text: string

Methods

after(content: string, content_type?: any): void
before(content: string, content_type?: any): void
free(): void
remove(): void
replace(content: string, content_type?: any): void
import TextChunk
import { TextChunk } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/types.ts";