Skip to content

LIFECYCLE_ALLOWLIST

Lifecycle and framework members invoked by Obsidian or a base class via registration rather than by references the language service can see. Tightening these would break the framework contract, so they are never reported.

Import:

import { LIFECYCLE_ALLOWLIST } from 'obsidian-dev-utils/script-utils/linters/over-exposure';

Signature:

const LIFECYCLE_ALLOWLIST: ReadonlySet<string>

Type: ReadonlySet<string>