@tikoci/centrs
    Preparing search index...

    Interface ExplainBlock

    A {…} scope at document level.

    interface ExplainBlock {
        ev: string;
        name: string;
        span: ExplainSpanRange;
    }
    Index

    Properties

    Properties

    ev: string
    name: string

    The argument or directive that opened it (do, on-error, …).

    The BODY's span, braces excluded.