Saxonberg Server API
    Preparing search index...

    Interface ChainOp

    One step of a chain: the : operator plus the element it introduces.

    interface ChainOp {
        element: ChainElement;
        op: ":";
    }
    Index

    Properties

    Properties

    element: ChainElement
    op: ":"