Skip to content

Interface: HtmlAttributeValue

Defined in: generators/vscode-custom-data/src/index.ts:28

An HTML custom-data attribute value.

Properties

description?

ts
optional description?: string;

Defined in: generators/vscode-custom-data/src/index.ts:30


name

ts
name: string;

Defined in: generators/vscode-custom-data/src/index.ts:29

Released under the MIT License