module documentation
Browsing related options and helpers.
| Class | |
What to browse on a remote UA object. |
| Class | |
Select which features to browse for matching objects. |
| Function | browse |
Create a browse rule that applies features when a path matches. |
| Function | evaluate |
Evaluate the browse features applicable to an object. |
| Function | match |
Match every object. |
| Function | match |
Match when all the given predicates match. |
| Function | match |
Match when any of the given predicates match. |
| Function | match |
Match objects by name. |
| Function | match |
Negate a match predicate. |
| Function | match |
Match an exact path. |
| Function | match |
Match a path and all of its descendants. |
| Constant | DEFAULT |
Undocumented |
| Type Alias | |
Undocumented |
Create a browse rule that applies features when a path matches.
Multiple features are combined into a single BrowseFeature
using bitwise OR.
Evaluate the browse features applicable to an object.
All matching rules contribute their features, which are combined using bitwise OR. Returns BrowseFeature(0) when no rules match.