Interface StateChecker

A state checker can add additional messages (such as warnings) to an item displayed by the TOC.

A custom StateChecker has to be registered as toc.StateChecker.

interface StateChecker {
    checkState(options): CheckStateResult | Promise<CheckStateResult>;
}

Methods

Methods

Generated using TypeDoc