Saxonberg Server API
    Preparing search index...

    Interface ArgumentLensNode

    A node in the computed argument lens — the entry plus the one structural fact the neutral default lens derives: whether it is an open objection (an objects-to with no answering child). The lens reads pure relations; it never reads up/down and stores no order.

    interface ArgumentLensNode {
        entry: default;
        openObjection: boolean;
    }
    Index

    Properties

    Properties

    entry

    entry: default
    openObjection: boolean