AutoBE
    Preparing search index...

    True when the object owns the provided property key.

    interface IHasPropertyPredicate {
        kind: "hasProperty";
        object: IValueExpression;
        property: IValueExpression;
    }
    Index

    Properties

    Properties

    kind: "hasProperty"