Skip to content

lineClassNodeProp

Unofficial

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

This only exists and can only be used in Obsidian.

Import:

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

Signature:

const lineClassNodeProp: NodeProp<string>

Type: NodeProp<string>