Skip to content

Vizel API / core/src / VIZEL_DEFAULT_MARKDOWN_DEBOUNCE_MS

Variable: VIZEL_DEFAULT_MARKDOWN_DEBOUNCE_MS

ts
const VIZEL_DEFAULT_MARKDOWN_DEBOUNCE_MS: 300 = 300;

Defined in: packages/core/src/utils/markdown.ts:13

Default debounce delay for markdown export in milliseconds.

Released under the MIT License.