AutoBE
    Preparing search index...

    Null-coalescing chain; the first non-null/undefined item wins.

    interface ICoalesceExpression {
        items: IValueExpression[];
        kind: "coalesce";
    }
    Index

    Properties

    Properties

    kind: "coalesce"