Cerbos JavaScript SDK
    Preparing search index...

    Interface MatchExpr

    A single expression to evaluate in a condition.

    interface MatchExpr {
        expr: string;
    }
    Index

    Properties

    Properties

    expr: string

    A Common Expression Language expression to evaluate.