map.apps Bundle APIs 4.20.0
    Preparing search index...

    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: CheckStateOptions,
        ): CheckStateResult | Promise<CheckStateResult>;
    }
    Index

    Methods

    Methods