foundation-filters.defaultusertargeting
Home > @genesislcap/foundation-filters > DefaultUserTargeting
DefaultUserTargeting class
Default UserTargeting DI implementation.
Signature:
export declare class DefaultUserTargeting implements UserTargeting
Implements: UserTargeting
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(auth) | Constructs a new instance of the DefaultUserTargeting class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| auth | Auth | ||
| hasAdminProfile | readonly | boolean | |
| isLoggedIn | readonly | boolean |
Methods
| Method | Modifiers | Description |
|---|---|---|
| filter(params) |