@vivliostyle/core
    Preparing search index...

    Interface Step

    interface Step {
        appendTo(sb: StringBuffer): void;
        applyTo(pos: Position): boolean;
    }

    Implemented by

    Index

    Methods