Skip to content

tokenClassNodeProp

Unofficial

The @lezer/common#NodeProp that holds the CSS class of corresponding line-level token.

This only exists and can only be used in Obsidian.

Import:

import type { tokenClassNodeProp } from '@codemirror/language';

Signature:

const tokenClassNodeProp: NodeProp<string>

Type: NodeProp<string>