Skip to content

Home > vue-metamorph > AST > VIdentifier

AST.VIdentifier interface

Attribute name nodes.

Signature:

typescript
export interface VIdentifier extends HasParent

Extends: HasParent

Properties

Property

Modifiers

Type

Description

name

string

parent

VAttribute | VDirectiveKey

rawName

string

type

'VIdentifier'