Spektrum API Reference - v1.2.0
    Preparing search index...

    A finding from lint(spektrum, root). el is the offending node so the panel can scroll to it / outline it. kind is 'warn' today; future severities will widen the union.

    interface LintFinding {
        el: Element;
        kind: "warn";
        msg: string;
    }
    Index

    Properties

    Properties

    el: Element
    kind: "warn"
    msg: string