Structs§
- Attribute
Name - The name of an attribute, i.e:
lang
in<script lang="ts">
. - Attribute
Value - The value of an attribute, i.e:
ts
in<script lang="ts">
. - Block
- A block as defined in the SFC specifications.
- Block
Name - The name of a block, i.e:
script
in<script lang="ts">
. - Invalid
Attribute Name - Returned when a function was unable to convert a string to an
AttributeName
. - Invalid
Attribute Value - Returned when a function was unable to convert a string to an
AttributeValue
. - Invalid
Block Name - Returned when a function was unable to convert a string to a
BlockName
. - Invalid
Raw - Returned when a function was unable to convert a string to a
Raw
. - Raw
- Represent non-empty text before, after or between blocks.
Enums§
- Section
- A Vue SFC section.
Type Aliases§
- Attribute
- Convenience type alias.