Skip to content

Interface: HtmlCustomData

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

The html.customData document shape (only the class global attribute is populated).

Properties

globalAttributes

ts
globalAttributes: object[];

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

description?

ts
optional description?: string;

name

ts
name: string;

values

ts
values: HtmlAttributeValue[];

version

ts
version: 1.1;

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

Released under the MIT License