Saxonberg Server API
    Preparing search index...

    Interface LiteralNode

    '…' — quoted literal name/keyword search (whitespace preserved).

    interface LiteralNode {
        kind: "literal";
        value: string;
    }
    Index

    Properties

    Properties

    kind: "literal"
    value: string