Skip to content

Cm5Pass

Unofficial

A sentinel value that can be returned from key handlers to indicate the key should be handled by the next handler.

Import:

import type { Cm5Pass } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface Cm5Pass

Methods

Method Returns Description
toString() 'CodeMirror.PASS' Returns the string "CodeMirror.PASS".

Links to this page: