Skip to content

Home > vue-metamorph > AST > VDirectiveKey

AST.VDirectiveKey interface

Attribute name nodes.

Signature:

typescript
export interface VDirectiveKey extends HasParent

Extends: HasParent

Properties

Property

Modifiers

Type

Description

argument

VExpressionContainer | VIdentifier | null

modifiers

VIdentifier[]

name

VIdentifier

parent

VDirective

type

'VDirectiveKey'