Skip to content

Home > vue-metamorph > AST > VAttribute

AST.VAttribute interface

Static attribute nodes.

Signature:

typescript
export interface VAttribute extends HasParent

Extends: HasParent

Properties

Property

Modifiers

Type

Description

directive

false

key

VIdentifier

parent

VStartTag

type

'VAttribute'

value

VLiteral | null