Home > @i2analyze/i2connect > services > HidePredicate
services.HidePredicate type
A function that determines whether a service or condition should be hidden, based on the contents of an services.IRequestInformation object that it receives.
Signature:
type HidePredicate = (requestInformation: IRequestInformation) => boolean | Promise<boolean>;
References: IRequestInformation
Introduced: API version 1.2
Parameters
Parameter | Description |
---|---|
requestInformation | Information that the function can use to determine whether the service or condition should be hidden. |