Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnabledPolicies<T>

EnabledPolicies is a map of PolicyRefs.

The key is a valid field name that can be filtered on and the value is a PolicyPointer or raw Policy to be applied for the field. EnabledPolicies is used to determine what fields can occur in a filter chain and how they can be filtered on.

If the value is an array, then any element of that array is considered a valid policy for the field.

Type parameters

  • T

Hierarchy

  • EnabledPolicies

Indexable

[key: string]: PolicyRef<T> | PolicyRef<T>[]

EnabledPolicies is a map of PolicyRefs.

The key is a valid field name that can be filtered on and the value is a PolicyPointer or raw Policy to be applied for the field. EnabledPolicies is used to determine what fields can occur in a filter chain and how they can be filtered on.

If the value is an array, then any element of that array is considered a valid policy for the field.

Generated using TypeDoc