Skip to content

Home > vue-metamorph > AST > VDirective

AST.VDirective interface

Directive nodes.

Signature:

typescript
export interface VDirective extends HasParent

Extends: HasParent

Properties

Property

Modifiers

Type

Description

directive

true

key

VDirectiveKey

parent

VStartTag

type

'VAttribute'

value

VExpressionContainer | null