@asciidoctor/core
    Preparing search index...

    Type Alias BlockProcessorDslInterface

    BlockProcessorDslInterface: SyntaxProcessorDslInterface & {
        bindTo(...value: (string | string[])[]): void;
        contexts(...value: (string | string[])[]): void;
        onContext(...value: (string | string[])[]): void;
        onContexts(...value: (string | string[])[]): void;
    }

    DSL interface for block processors.