PolicyRef is either a raw Policy definition or a pointer to one.
ValueType indiciates what value types are acceptable for the policy.
Must be one of the TYPE_* constants.
getPolicies attempts to retrieve the Policy(s) applicable to a field.
If the field does not have a Policy or the Policy cannot be resolved the array will be empty.
resolve a PolicyRef against an AvailablePolicies list to get the applicable Policy (if any).
toNative converts a parsed value into a JS native value.
Generated using TypeDoc
PolicyPointer is used to indicate a Policy is defined elsewhere.
The compiler resolves these when encountered and compilation will fail if the PolicyPointer cannot be resolved.