Skip to content

Home > vue-metamorph > AST > VText

AST.VText interface

Text nodes.

Signature:

typescript
export interface VText extends HasParent

Extends: HasParent

Properties

Property

Modifiers

Type

Description

parent

VDocumentFragment | VElement

type

'VText'

value

string