@eagleoutice/flowr - v2.15.8
    Preparing search index...

    A selector in the form the CallProps helpers work with, including the CallProp bitfield and SemanticCallTag set.

    interface PropMask {
        props: number;
        tags: ReadonlySet<SemanticCallTag>;
    }
    Index
    props: number
    tags: ReadonlySet<SemanticCallTag>