Skip to main content
Module

x/aleph/server/types.ts>TextChunk

The Full-stack Framework in Deno.
Go to Latest
class TextChunk
Re-export
import { TextChunk } from "https://deno.land/x/aleph@1.0.0-beta.1/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